]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] fcoe: Fix preempt count leak in fcoe_filter_frames()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 11 Nov 2011 19:52:01 +0000 (20:52 +0100)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 12 Dec 2011 15:35:51 +0000 (19:35 +0400)
commit242a5cd655cccc7e135f588754f76fa1488e964c
tree844559e1dd8a881db68a791508a66196d9e383f3
parent09b4402d2c8e36b8d4270c4da235fd7bb312118d
[SCSI] fcoe: Fix preempt count leak in fcoe_filter_frames()

The error exit path leaks preempt count. Add the missing put_cpu().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/fcoe/fcoe.c