Skip to content
Commit a2a2f552 authored by Milton Miller's avatar Milton Miller Committed by Joel Becker
Browse files

ocfs2: char is not always signed

Commit 1c66b360

 (Change some lock status member in ocfs2_lock_res
to char.)  states that these fields need to be signed due to comparision
to -1, but only changed the type from unsigned char to char.   However, it
is a compiler option if char is a signed or unsigned type.  Change these
fields to signed char so the code will work with all compilers.

Signed-off-by: default avatarMilton Miller <miltonm@bga.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent 1989a80a
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