commit | 01cd4afadbf376de07d364a632cc82a0fc5e8655 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Oct 17 10:41:17 2011 +0300 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 17 08:35:09 2011 -0400 |
tree | c0069f6d750ea4fc87fff12e2e5fff28eb9be8ce | |
parent | 5703728ac1194baee554163180415baf4ccd9996 [diff] |
nfsd4: typo logical vs bitwise negate This should be a bitwise negate here. It silences a Sparse warning: fs/nfsd/nfs4xdr.c:693:16: warning: dubious: x & !y Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>