You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btrfs-progs: mkfs/rootdir: factor out inode flags validation code into a helper
Currently we do the validation of inode flag parameters inside
mkfs/main.c, but considering all things like structure
rootdir_inode_flags_entry are all inside rootdir.[ch], it's better to
move the validation part into rootdir.[ch].
Extract the validation part into a helper,
btrfs_mkfs_validate_inode_flags(), into rootdir.[ch].
Signed-off-by: Qu Wenruo <[email protected]>
0 commit comments