Skip to content
Commit 86c838b0 authored by Julia Lawall's avatar Julia Lawall Committed by Mark Fasheh
Browse files

[PATCH] fs/ocfs2/aops.c: Correct use of ! and &

In commit e6bafba5

, 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: default avatarJulia Lawall <julia@diku.dk>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 05488bbe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment