diff options
author | 2008-12-03 12:20:26 +0100 | |
---|---|---|
committer | 2008-12-04 15:39:20 +1100 | |
commit | 5d765b976c3a41faf9a73718fb8cc5833990a8ef (patch) | |
tree | 05ece6cc9b8b9cbcd1775ecbd9df72ff0e855926 /include/linux/kernel.h | |
parent | cleanup the inode reclaim path (diff) | |
download | wireguard-linux-5d765b976c3a41faf9a73718fb8cc5833990a8ef.tar.xz wireguard-linux-5d765b976c3a41faf9a73718fb8cc5833990a8ef.zip |
kill xfs_buf_iostart
xfs_buf_iostart is a "shared" helper for xfs_buf_read_flags,
xfs_bawrite, and xfs_bdwrite - except that there isn't much shared
code but rather special cases for each caller.
So remove this function and move the functionality to the caller.
xfs_bawrite and xfs_bdwrite are now big enough to be moved out of
line and the xfs_buf_read_flags is moved into a new helper called
_xfs_buf_read.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions