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)
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>

No differences found