]> Git Repo - linux.git/commit - fs/f2fs/data.c
f2fs: Use generic zoned block device terminology
authorDamien Le Moal <[email protected]>
Fri, 28 Oct 2016 08:45:00 +0000 (17:45 +0900)
committerJaegeuk Kim <[email protected]>
Wed, 23 Nov 2016 20:11:16 +0000 (12:11 -0800)
commit0bfd7a091c19132489a0f977b8dbf9f6b5ae0a1c
tree62561e716cb78cfd55075ab294f043d017f9c57d
parent487df616dec33231c99294b906d720d256a2de16
f2fs: Use generic zoned block device terminology

SMR stands for "Shingled Magnetic Recording" which makes sense
only for hard disk drives (spinning rust). The ZBC/ZAC standards
enable management of SMR disks, but solid state drives may also
support those standards. So rename the HMSMR feature to BLKZONED
to avoid a HDD centric terminology. For the same reason, rename
f2fs_sb_mounted_hmsmr to f2fs_sb_mounted_blkzoned.

Signed-off-by: Damien Le Moal <[email protected]>
Signed-off-by: Jaegeuk Kim <[email protected]>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/super.c
This page took 0.049467 seconds and 4 git commands to generate.