summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/stack_user.c
diff options
context:
space:
mode:
authorMilton Miller2010-11-18 05:20:11 +0100
committerJoel Becker2010-11-18 23:10:56 +0100
commita2a2f55291918f6cf9287d7beaecc7bc007a9f1c (patch)
tree8fd82a27d2a90e302edcb0ce443b12913615cab2 /fs/ocfs2/stack_user.c
parentOcfs2: Stop tracking a negative dentry after dentry_iput(). (diff)
downloadkernel-qcow2-linux-a2a2f55291918f6cf9287d7beaecc7bc007a9f1c.tar.gz
kernel-qcow2-linux-a2a2f55291918f6cf9287d7beaecc7bc007a9f1c.tar.xz
kernel-qcow2-linux-a2a2f55291918f6cf9287d7beaecc7bc007a9f1c.zip
ocfs2: char is not always signed
Commit 1c66b360fe262 (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: Milton Miller <miltonm@bga.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/stack_user.c')
0 files changed, 0 insertions, 0 deletions