]> git.baikalelectronics.ru Git - kernel.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)
commit2f8dd1a45f2a0953890443efb568deea959737ac
tree6675ab0010fc8d97028acf7b222f4f8b02e66d7e
parent0cbacf671ce73762d62d1a932f80d706ef9808c9
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