From: Jeff Layton Date: Tue, 17 Jun 2014 11:44:14 +0000 (-0400) Subject: nfsd: add appropriate __force directives to filehandle generation code X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94ec938b612eb877bb6622847972dd739ef738b8;p=pandora-kernel.git nfsd: add appropriate __force directives to filehandle generation code The filehandle structs all use host-endian values, but will sometimes stuff big-endian values into those fields. This is OK since these values are opaque to the client, but it confuses sparse. Add __force to make it clear that we are doing this intentionally. Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed