]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/fcntl.c
fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name
authorEugene Syromiatnikov <esyr@redhat.com>
Fri, 20 Sep 2019 15:58:21 +0000 (17:58 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 25 Oct 2019 20:28:10 +0000 (14:28 -0600)
commit9a7f12edf8848a9b355a86fc0183d7be932ef11e
tree0325ff4463c457be486822820e97bf854b40084c
parentd386732bc142c63b9f676fed098bc06f91ee964a
fcntl: fix typo in RWH_WRITE_LIFE_NOT_SET r/w hint name

According to commit message in the original commit c75b1d9421f8 ("fs:
add fcntl() interface for setting/getting write life time hints"),
as well as userspace library[1] and man page update[2], R/W hint constants
are intended to have RWH_* prefix. However, RWF_WRITE_LIFE_NOT_SET retained
"RWF_*" prefix used in the early versions of the proposed patch set[3].
Rename it and provide the old name as a synonym for the new one
for backward compatibility.

[1] https://github.com/axboe/fio/commit/bd553af6c849
[2] https://github.com/mkerrisk/man-pages/commit/580082a186fd
[3] https://www.mail-archive.com/linux-block@vger.kernel.org/msg09638.html

Fixes: c75b1d9421f8 ("fs: add fcntl() interface for setting/getting write life time hints")
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/fcntl.c
include/uapi/linux/fcntl.h
tools/include/uapi/linux/fcntl.h