]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: dtype changed xfs_dir2_sfe_put_ino to xfs_dir3_sfe_put_ino
authorDave Chinner <david@fromorbit.com>
Mon, 2 Sep 2013 02:15:59 +0000 (12:15 +1000)
committerBen Myers <bpm@sgi.com>
Tue, 3 Sep 2013 19:51:16 +0000 (14:51 -0500)
commit50fc5f7accfeaaaa1bba07725f26945cf8033bb7
tree5a5ff188d64e106c43e5f85710e2e00d083d53b6
parent914ed44b17dc30ce0d783e8e23fce58a1a92412c
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>
fs/xfs/xfs_dir2.h
fs/xfs/xfs_dir2_sf.c