summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/main.c
diff options
context:
space:
mode:
authorSteven Whitehouse2006-09-04 15:49:55 +0200
committerSteven Whitehouse2006-09-04 15:49:55 +0200
commit5029996547a9f3988459e11955c13259495308ef (patch)
tree4667c98c19a6f39dc820e4eb648ecfa03b29bce2 /fs/gfs2/main.c
parent[GFS2] Update copyright, tidy up incore.h (diff)
downloadkernel-qcow2-linux-5029996547a9f3988459e11955c13259495308ef.tar.gz
kernel-qcow2-linux-5029996547a9f3988459e11955c13259495308ef.tar.xz
kernel-qcow2-linux-5029996547a9f3988459e11955c13259495308ef.zip
[GFS2] Tidy up locking code
As per Jan Engelhardt's second email, this removes some unused code, and fixes up indenting in various places. Cc: Jan Engelhardt <jengelh@linux01.gwdg.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/main.c')
-rw-r--r--fs/gfs2/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c
index b46f400705a2..143fda727a9c 100644
--- a/fs/gfs2/main.c
+++ b/fs/gfs2/main.c
@@ -65,8 +65,6 @@ static int __init init_gfs2_fs(void)
{
int error;
- gfs2_init_lmh();
-
error = gfs2_sys_init();
if (error)
return error;