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)
commitc2b0b30eddf6be6866bd1d225c331b37c5dc5b02
tree7db0b1304a5d61b0411f5b447415d7c754c48826
parent44aaada9d144a46d3de48ad81093f69d17fae96f
GFS2: Mark functions as static in gfs2/rgrp.c

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
This page took 0.027367 seconds and 5 git commands to generate.