Skip to content

Commit

Permalink
xfs: xfs_dir3_sfe_put_ino can be static
Browse files Browse the repository at this point in the history
TO: Dave Chinner <david@fromorbit.com>
CC: Ben Myers <bpm@sgi.com>
CC: linux-kernel@vger.kernel.org 

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
  • Loading branch information
Fengguang Wu authored and Ben Myers committed Aug 26, 2013
1 parent 00574da commit 98f7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_dir2_sf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 98f7462

Please sign in to comment.