]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dm space map metadata: remove unused variable in brb_pop()
authorMike Snitzer <snitzer@redhat.com>
Mon, 14 Dec 2015 14:26:01 +0000 (09:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Mar 2016 23:06:51 +0000 (15:06 -0800)
commit771b4a00bcc64cd370d5b102e2cee316e71d4f93
treea0c5d4fbfe40294d51d0b2670cbd9b3e139ccbeb
parent4d0ac631239b11443de839c255d80ac9fc09fc32
dm space map metadata: remove unused variable in brb_pop()

commit 512167788a6fe9481a33a3cce5f80b684631a1bb upstream.

Remove the unused struct block_op pointer that was inadvertantly
introduced, via cut-and-paste of previous brb_op() code, as part of
commit 50dd842ad.

(Cc'ing stable@ because commit 50dd842ad did)

Fixes: 50dd842ad ("dm space map metadata: fix ref counting bug when bootstrapping a new space map")
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/persistent-data/dm-space-map-metadata.c