f2fs: move ioctl interface definitions to separated file
authorChao Yu <yuchao0@huawei.com>
Mon, 2 Nov 2020 06:21:31 +0000 (14:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 May 2021 08:13:00 +0000 (10:13 +0200)
commitb7ff0885de7ebf70a0fdd0378a118bbda5fbd1d6
treede1fb7ba8b83246ab81cea30d9ad858e34159348
parent997d24a932a9b6e2040f39a8dd76e873e6519a1c
f2fs: move ioctl interface definitions to separated file

[ Upstream commit fa4320cefb8537a70cc28c55d311a1f569697cd3 ]

Like other filesystem does, we introduce a new file f2fs.h in path of
include/uapi/linux/, and move f2fs-specified ioctl interface definitions
to that file, after then, in order to use those definitions, userspace
developer only need to include the new header file rather than
copy & paste definitions from fs/f2fs/f2fs.h.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
MAINTAINERS
fs/f2fs/f2fs.h
fs/f2fs/file.c
include/trace/events/f2fs.h
include/uapi/linux/f2fs.h [new file with mode: 0644]