commit | 7e1e7ead88dff75b11b86ee0d5232c4591be1326 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Nov 11 20:52:01 2011 +0100 |
committer | James Bottomley <JBottomley@Parallels.com> | Wed Dec 14 15:40:03 2011 +0400 |
tree | 844559e1dd8a881db68a791508a66196d9e383f3 | |
parent | 09b4402d2c8e36b8d4270c4da235fd7bb312118d [diff] |
[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> Cc: stable@kernel.org Signed-off-by: James Bottomley <JBottomley@Parallels.com>