Message ID | 20200626032940.e1Dlt7Co6%akpm@linux-foundation.org |
---|---|
State | New |
Headers | show |
Series | [merged] mm-memcontrol-fix-do-not-put-the-css-reference.patch removed from -mm tree | expand |
--- a/fs/ocfs2/ocfs2_fs.h~ocfs2-fix-value-of-ocfs2_invalid_slot +++ a/fs/ocfs2/ocfs2_fs.h @@ -290,7 +290,7 @@ #define OCFS2_MAX_SLOTS 255 /* Slot map indicator for an empty slot */ -#define OCFS2_INVALID_SLOT -1 +#define OCFS2_INVALID_SLOT ((u16)-1) #define OCFS2_VOL_UUID_LEN 16 #define OCFS2_MAX_VOL_LABEL_LEN 64