From: Jeff Layton Date: Tue, 17 Jun 2014 11:44:13 +0000 (-0400) Subject: nfsd: nfsd_splice_read and nfsd_readv should return __be32 X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2afc81919400505481a985fb389475707195c3c;p=pandora-kernel.git nfsd: nfsd_splice_read and nfsd_readv should return __be32 The callers expect a __be32 return and the functions they call return __be32, so having these return int is just wrong. Also, nfsd_finish_read can be made static. Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed