From: Fengguang Wu Date: Sat, 24 Aug 2013 00:50:17 +0000 (+0800) Subject: xfs: xfs_dir3_sfe_put_ino can be static X-Git-Tag: next-20130912~104^2~13 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=98f7462;p=karo-tx-linux.git xfs: xfs_dir3_sfe_put_ino can be static TO: Dave Chinner CC: Ben Myers CC: linux-kernel@vger.kernel.org Signed-off-by: Fengguang Wu Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_dir2_sf.c b/fs/xfs/xfs_dir2_sf.c index bb6e2848f473..579b56b1dcd2 100644 --- a/fs/xfs/xfs_dir2_sf.c +++ b/fs/xfs/xfs_dir2_sf.c @@ -129,7 +129,7 @@ xfs_dir3_sfe_get_ino( return xfs_dir2_sf_get_ino(hdr, xfs_dir3_sfe_inop(mp, sfep)); } -void +static void xfs_dir3_sfe_put_ino( struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,