From: Kashyap, Desai Date: Thu, 10 Feb 2011 06:22:21 +0000 (+0530) Subject: mptfusion: mptctl_release is required in mptctl.c X-Git-Tag: v2.6.37.2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5a5cc0c277059f208133895327297ce1492f06;p=pandora-kernel.git 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 Signed-off-by: James Bottomley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed