]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mptfusion: mptctl_release is required in mptctl.c
authorKashyap, Desai <kashyap.desai@lsi.com>
Thu, 10 Feb 2011 06:22:21 +0000 (11:52 +0530)
committerAK <andi@firstfloor.org>
Thu, 31 Mar 2011 18:58:03 +0000 (11:58 -0700)
commit194ab78ef659f30a0a3d1dc8542a6f0f976b76a5
treeccce2febd4645ccae368f638b59d263a8f6b0105
parent6c1ab83daaff423f23209f981936473364bda02f
mptfusion: mptctl_release is required in mptctl.c

commit 84857c8bf83e8aa87afc57d2956ba01f11d82386 upstream.

Added missing release callback for file_operations mptctl_fops.
Without release callback there will be never freed. It remains on
mptctl's eent list even after the file is closed and released.

Relavent RHEL bugzilla is 660871

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/message/fusion/mptctl.c