diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_dir2_sf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
129 | return xfs_dir2_sf_get_ino(hdr, xfs_dir3_sfe_inop(mp, sfep)); | 129 | return xfs_dir2_sf_get_ino(hdr, xfs_dir3_sfe_inop(mp, sfep)); |
130 | } | 130 | } |
131 | 131 | ||
132 | void | 132 | static void |
133 | xfs_dir3_sfe_put_ino( | 133 | xfs_dir3_sfe_put_ino( |
134 | struct xfs_mount *mp, | 134 | struct xfs_mount *mp, |
135 | struct xfs_dir2_sf_hdr *hdr, | 135 | struct xfs_dir2_sf_hdr *hdr, |