]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: move xfs_bmap_finish prototype
authorDave Chinner <dchinner@redhat.com>
Thu, 8 Jan 2015 23:47:14 +0000 (10:47 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 8 Jan 2015 23:47:14 +0000 (10:47 +1100)
commitaa5d95c1b57792119804c587b9a468019219d7e0
tree6675ab0010fc8d97028acf7b222f4f8b02e66d7e
parent9799b438ce21662fa173ffc0b30d93567a71dfa0
xfs: move xfs_bmap_finish prototype

This function is used libxfs code, but is implemented separately in
userspace. Move the function prototype to xfs_bmap.h so that the
prototype is shared even if the implementations aren't.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/xfs_bmap_util.h