From: Rashika Kheria Date: Sun, 9 Feb 2014 13:10:19 +0000 (+0530) Subject: GFS2: Mark functions as static in gfs2/rgrp.c X-Git-Tag: v3.15-rc1~97^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b0b30eddf6be6866bd1d225c331b37c5dc5b02;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed