Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] fs/ocfs2/aops.c: Correct use of ! and &
In commit e6bafba, a bug was fixed that involved converting !x & y to !(x & y). The code below shows the same pattern, and thus should perhaps be fixed in the same way. This is not tested and clearly changes the semantics, so it is only something to consider. Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
- Loading branch information