From: Filipe Manana Date: Mon, 6 Oct 2014 21:14:26 +0000 (+0100) Subject: Btrfs: make inode.c:submit_compressed_extents() return void X-Git-Tag: omap-for-v3.19/fixes-rc1~111^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec8f1756342c92fc31ba8bc7060b55dd62836a0;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed