nfsd4: typo logical vs bitwise negate
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 17 Oct 2011 07:41:17 +0000 (10:41 +0300)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 17 Oct 2011 12:35:09 +0000 (08:35 -0400)
commit01cd4afadbf376de07d364a632cc82a0fc5e8655
treec0069f6d750ea4fc87fff12e2e5fff28eb9be8ce
parent5703728ac1194baee554163180415baf4ccd9996
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>
fs/nfsd/nfs4xdr.c