[GFS2] Remove drop of module ref where not needed
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 10 Mar 2008 10:13:31 +0000 (10:13 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 31 Mar 2008 09:41:33 +0000 (10:41 +0100)
commit860b25d4a913a00331d333f8e207a088c7a1b84a
treea08771cae65f1d829db28735f0d96eb1b18f1653
parent20b95bf2c4c5c28e093aa42699e67829b6cd7fd0
[GFS2] Remove drop of module ref where not needed

In an earlier patch "[GFS2] fix file_system_type leak on gfs2meta mount"
we removed the code to grab a ref to the module which was not needed
(since we know that the module cannot be unloaded at that time) so
this patch removes the code to drop that reference.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_fstype.c