commit | 94ec938b612eb877bb6622847972dd739ef738b8 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Tue Jun 17 07:44:14 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Jun 23 11:31:37 2014 -0400 |
tree | 031f1e13f33fc8a437f0a3e95ece9ff628da6430 | |
parent | e2afc81919400505481a985fb389475707195c3c [diff] |
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 <jlayton@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>