]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: remove map from libxfs_readbufr_map
authorDave Chinner <dchinner@redhat.com>
Mon, 3 Feb 2014 00:11:11 +0000 (11:11 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 3 Feb 2014 00:11:11 +0000 (11:11 +1100)
commit6d5e5ee04e1cbf72c2920fafb7ffbc8f4592018c
tree039478d31f7c601dc68f53dc5ece7c628be5b407
parent7e3ab8908869c88335d9d2d42227f30ec2c56324
libxfs: remove map from libxfs_readbufr_map

The map passed in to libxfs_readbufr_map is used to check the buffer
matches the map. However, the repair readahead code has no map it
can use to validate the buffer it set up previously, so just get rid
of the map being passed in because it serves no useful purpose.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
db/io.c
include/libxfs.h
libxfs/rdwr.c