diff options
author | 2009-11-24 18:02:23 +0000 | |
---|---|---|
committer | 2009-12-11 15:11:21 -0600 | |
commit | 6ad112bfb5af537e9e3103c807748bb4a99bbd9e (patch) | |
tree | 783d7ea24d916914914287f696c1a957e495bd59 /fs/jbd2/commit.c | |
parent | xfs: remove IO_ISAIO (diff) | |
download | linux-dev-6ad112bfb5af537e9e3103c807748bb4a99bbd9e.tar.xz linux-dev-6ad112bfb5af537e9e3103c807748bb4a99bbd9e.zip |
xfs: simplify xfs_buf_get / xfs_buf_read interfaces
Currently the low-level buffer cache interfaces are highly confusing
as we have a _flags variant of each that does actually respect the
flags, and one without _flags which has a flags argument that gets
ignored and overriden with a default set. Given that very few places
use the default arguments get rid of the duplication and convert all
callers to pass the flags explicitly. Also remove the now confusing
_flags postfix.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions