summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dir2_sf.c
diff options
context:
space:
mode:
authorDave Chinner2013-09-02 04:15:59 +0200
committerBen Myers2013-09-03 21:51:16 +0200
commit50fc5f7accfeaaaa1bba07725f26945cf8033bb7 (patch)
tree5a5ff188d64e106c43e5f85710e2e00d083d53b6 /fs/xfs/xfs_dir2_sf.c
parentFix wrong flag ASSERT in xfs_attr_shortform_getvalue (diff)
downloadkernel-qcow2-linux-50fc5f7accfeaaaa1bba07725f26945cf8033bb7.tar.gz
kernel-qcow2-linux-50fc5f7accfeaaaa1bba07725f26945cf8033bb7.tar.xz
kernel-qcow2-linux-50fc5f7accfeaaaa1bba07725f26945cf8033bb7.zip
xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_ino
So fix up the export in xfs_dir2.h that is needed by userspace. <sigh> Now xfs_dir3_sfe_put_ino has been made static. Revert 98f7462 ("xfs: xfs_dir3_sfe_put_ino can be static") to being non static so that the code shared with userspace is identical again. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Ben Myers <bpm@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_dir2_sf.c')
-rw-r--r--fs/xfs/xfs_dir2_sf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dir2_sf.c b/fs/xfs/xfs_dir2_sf.c
index 579b56b1dcd2..bb6e2848f473 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));
}
-static void
+void
xfs_dir3_sfe_put_ino(
struct xfs_mount *mp,
struct xfs_dir2_sf_hdr *hdr,