Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfsd: clarify exclusive create bitmask result.
The use of |= is confusing--the bitmask is always initialized to zero in this case, so we're effectively just doing an assignment here. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
- Loading branch information