diff options
author | Filipe Manana <fdmanana@suse.com> | 2014-10-07 01:14:26 +0400 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-11-21 04:14:26 +0300 |
commit | dec8f1756342c92fc31ba8bc7060b55dd62836a0 (patch) | |
tree | fbe9f1ffbe92ec004cee9d9f346a8eb8928679ef /net/lapb/lapb_timer.c | |
parent | 3d7a820f713a1a3339139ea8c86a98437ae0a2c1 (diff) | |
download | linux-dec8f1756342c92fc31ba8bc7060b55dd62836a0.tar.xz |
Btrfs: make inode.c:submit_compressed_extents() return void
Its return value is completely ignored by its single caller and it's
useless anyway, since errors are indicated through SetPageError and
the bit AS_EIO set in the flags of the inode's mapping. The caller
can't do anything with the value, as it's invoked from a workqueue
task and not by the task calling filemap_fdatawrite_range (which calls
the writepages address space callback, which in turn calls the inode's
fill_delalloc callback).
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions