Actions
Bug #4822
opennfs4 incorrectly checks bit masks
Status:
New
Priority:
Normal
Assignee:
-
Category:
nfs - NFS server and client
Start date:
2014-04-28
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
There are a couple of instances of nfs4 code doing:
if (!foo & BAR)
This is likely wrong because of operator precedence.
Attached patch may or may not be correct.
Files
Related issues
No data to display
Actions