aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lm.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/lm.c')
-rw-r--r--fs/gfs2/lm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lm.c b/fs/gfs2/lm.c
index fb918c7de655..e60f95cae6c5 100644
--- a/fs/gfs2/lm.c
+++ b/fs/gfs2/lm.c
@@ -76,7 +76,7 @@ int gfs2_lm_mount(struct gfs2_sbd *sdp, int silent)
76 sdp->sd_args.ar_localcaching = 1; 76 sdp->sd_args.ar_localcaching = 1;
77 } 77 }
78 78
79 out: 79out:
80 return error; 80 return error;
81} 81}
82 82