diff options
author | Dave Chinner <dchinner@redhat.com> | 2011-09-18 22:40:52 +0200 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-10-12 04:15:04 +0200 |
commit | c0dc7828af6952643219292be29e482ef74cb261 (patch) | |
tree | 02f12935ec56f61a9ed396d1b902b21aaf4ffb3e /fs/xfs/xfs_sysctl.c | |
parent | xfs: factor unwritten extent map manipulations out of xfs_bmapi (diff) | |
download | linux-c0dc7828af6952643219292be29e482ef74cb261.tar.xz linux-c0dc7828af6952643219292be29e482ef74cb261.zip |
xfs: rename xfs_bmapi to xfs_bmapi_write
Now that all the read-only users of xfs_bmapi have been converted to
use xfs_bmapi_read(), we can remove all the read-only handling cases
from xfs_bmapi().
Once this is done, rename xfs_bmapi to xfs_bmapi_write to reflect
the fact it is for allocation only. This enables us to kill the
XFS_BMAPI_WRITE flag as well.
Also clean up xfs_bmapi_write to the style used in the newly added
xfs_bmapi_read/delay functions.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_sysctl.c')
0 files changed, 0 insertions, 0 deletions