]> Gentwo Git Trees - linux/.git/commit
f2fs: use f2fs_sb_has_device_alias during option parsing
authorEric Sandeen <sandeen@redhat.com>
Mon, 3 Mar 2025 17:12:11 +0000 (11:12 -0600)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 13 Mar 2025 18:16:06 +0000 (18:16 +0000)
commit64ee7503cbf662a3f4d6f464178de1607849e37e
treed2bf3d0eeaf72f564867c7ac738a36184353a1de
parentd7b549def0eb42a950eebd3bd5343f5c8088c305
f2fs: use f2fs_sb_has_device_alias during option parsing

Rather than using F2FS_HAS_FEATURE directly, use f2fs_sb_has_device_alias
macro during option parsing for consistency.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c