summaryrefslogtreecommitdiffstats
path: root/fs/erofs/internal.h
diff options
context:
space:
mode:
authorGao Xiang <gaoxiang25@huawei.com>2019-09-03 22:08:53 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-09-05 14:10:07 -0400
commit426a930891cf17c5c16f12e8e2c8cb75c4cfff3c (patch)
tree8472b812f8bf6533d01c5cc134cdf5321a7dde80 /fs/erofs/internal.h
parentc39747f770bee2060dc2409e52168a879978c467 (diff)
erofs: use feature_incompat rather than requirements
As Christoph said [1], "This is only cosmetic, why not stick to feature_compat and feature_incompat?" In my thought, requirements means "incompatible" instead of "feature" though. [1] https://lore.kernel.org/r/20190902125109.GA9826@infradead.org/ Reported-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Link: https://lore.kernel.org/r/20190904020912.63925-7-gaoxiang25@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/erofs/internal.h')
-rw-r--r--fs/erofs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/erofs/internal.h b/fs/erofs/internal.h
index 141ea424587d..7ff36f404ec3 100644
--- a/fs/erofs/internal.h
+++ b/fs/erofs/internal.h
@@ -96,7 +96,7 @@ struct erofs_sb_info {
96 96
97 u8 uuid[16]; /* 128-bit uuid for volume */ 97 u8 uuid[16]; /* 128-bit uuid for volume */
98 u8 volume_name[16]; /* volume name */ 98 u8 volume_name[16]; /* volume name */
99 u32 requirements; 99 u32 feature_incompat;
100 100
101 unsigned int mount_opt; 101 unsigned int mount_opt;
102 102