GFS2: Add kobject release method
authorBob Peterson <rpeterso@redhat.com>
Wed, 13 Jun 2012 14:27:41 +0000 (10:27 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 13 Jun 2012 14:59:48 +0000 (15:59 +0100)
This patch adds a kobject release function that properly maintains
the kobject use count, so that accesses to the sysfs files do not
cause an access to freed kernel memory after an unmount.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found