f2fs: add pin_file in feature list
This patch adds missing pin_file feature supported by kernel.
Fixes: f5a53edcf0
("f2fs: support aligned pinned file")
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
@@ -740,6 +740,7 @@ F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, compr_written_block, compr_written_block);
|
|||||||
F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, compr_saved_block, compr_saved_block);
|
F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, compr_saved_block, compr_saved_block);
|
||||||
F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, compr_new_inode, compr_new_inode);
|
F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, compr_new_inode, compr_new_inode);
|
||||||
#endif
|
#endif
|
||||||
|
F2FS_FEATURE_RO_ATTR(pin_file);
|
||||||
|
|
||||||
/* For ATGC */
|
/* For ATGC */
|
||||||
F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_ratio, candidate_ratio);
|
F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_candidate_ratio, candidate_ratio);
|
||||||
@@ -853,6 +854,7 @@ static struct attribute *f2fs_feat_attrs[] = {
|
|||||||
#ifdef CONFIG_F2FS_FS_COMPRESSION
|
#ifdef CONFIG_F2FS_FS_COMPRESSION
|
||||||
ATTR_LIST(compression),
|
ATTR_LIST(compression),
|
||||||
#endif
|
#endif
|
||||||
|
ATTR_LIST(pin_file),
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
ATTRIBUTE_GROUPS(f2fs_feat);
|
ATTRIBUTE_GROUPS(f2fs_feat);
|
||||||
|
Reference in New Issue
Block a user