diff options
author | Filipe Manana <fdmanana@suse.com> | 2014-10-09 22:15:44 +0200 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-11-21 02:14:27 +0100 |
commit | c44f649e281e93689827a206653696be9599a320 (patch) | |
tree | 76b30f36b535f504a40f8f87451dc9456f01ef9d /arch/xtensa | |
parent | Btrfs: fix incorrect compression ratio detection (diff) | |
download | linux-c44f649e281e93689827a206653696be9599a320.tar.xz linux-c44f649e281e93689827a206653696be9599a320.zip |
Btrfs: make inode.c:compress_file_range() return void
Its return value is useless, its single caller ignores it and can't do
anything with it anyway, since it's a workqueue task and not the task
calling filemap_fdatawrite_range (writepages) nor filemap_fdatawait_range().
Failure is communicated to such functions via start and end of writeback
with the respective pages tagged with an error and AS_EIO flag set in the
inode's imapping.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'arch/xtensa')
0 files changed, 0 insertions, 0 deletions