GFS2: Mark functions as static in gfs2/rgrp.c
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 13:10:19 +0000 (18:40 +0530)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 10 Feb 2014 12:29:16 +0000 (12:29 +0000)
Mark functions as static in gfs2/rgrp.c because they are not used
outside this file.

This eliminates the following warning in gfs2/rgrp.c:
fs/gfs2/rgrp.c:1092:5: warning: no previous prototype for ‘gfs2_rgrp_bh_get’ [-Wmissing-prototypes]
fs/gfs2/rgrp.c:1157:5: warning: no previous prototype for ‘update_rgrp_lvb’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c

diff --cc fs/gfs2/rgrp.c
Simple merge