summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-12-03 13:08:59 +0100
committerDavid Sterba <dsterba@suse.com>2015-12-07 15:06:45 +0100
commita9d93e1778f3a92852d3816cd203cbec179b8813 (patch)
tree6f4c80499fa7e6b71801166e9ae6c30af3529506 /fs/btrfs/extent_io.h
parent69ba39272c519a34a4a0169b839ca177bf0f0104 (diff)
downloadlinux-0-day-a9d93e1778f3a92852d3816cd203cbec179b8813.tar.gz
linux-0-day-a9d93e1778f3a92852d3816cd203cbec179b8813.tar.xz
btrfs: make extent_clear_unlock_delalloc return void
Does not return any errors, nor anything from the callgraph. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.h')
-rw-r--r--fs/btrfs/extent_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.h b/fs/btrfs/extent_io.h
index ad1d28c1cfd42..2d57166e20d0e 100644
--- a/fs/btrfs/extent_io.h
+++ b/fs/btrfs/extent_io.h
@@ -340,7 +340,7 @@ int map_private_extent_buffer(struct extent_buffer *eb, unsigned long offset,
unsigned long *map_len);
int extent_range_clear_dirty_for_io(struct inode *inode, u64 start, u64 end);
int extent_range_redirty_for_io(struct inode *inode, u64 start, u64 end);
-int extent_clear_unlock_delalloc(struct inode *inode, u64 start, u64 end,
+void extent_clear_unlock_delalloc(struct inode *inode, u64 start, u64 end,
struct page *locked_page,
unsigned bits_to_clear,
unsigned long page_ops);