Skip to content

Commit ba2d084

Browse files
committed
btrfs: sysfs: fix typo in compat_ro attribute definition
Signed-off-by: David Sterba <[email protected]>
1 parent 988f1f5 commit ba2d084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/btrfs/sysfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static struct btrfs_feature_attr btrfs_attr_##_name = { \
5656
#define BTRFS_FEAT_ATTR_COMPAT(name, feature) \
5757
BTRFS_FEAT_ATTR(name, FEAT_COMPAT, BTRFS_FEATURE_COMPAT, feature)
5858
#define BTRFS_FEAT_ATTR_COMPAT_RO(name, feature) \
59-
BTRFS_FEAT_ATTR(name, FEAT_COMPAT_RO, BTRFS_FEATURE_COMPAT, feature)
59+
BTRFS_FEAT_ATTR(name, FEAT_COMPAT_RO, BTRFS_FEATURE_COMPAT_RO, feature)
6060
#define BTRFS_FEAT_ATTR_INCOMPAT(name, feature) \
6161
BTRFS_FEAT_ATTR(name, FEAT_INCOMPAT, BTRFS_FEATURE_INCOMPAT, feature)
6262

0 commit comments

Comments
 (0)