bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_ioctl()
authorYouling Tang <tangyouling@kylinos.cn>
Tue, 30 Apr 2024 03:27:44 +0000 (11:27 +0800)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 8 May 2024 21:29:21 +0000 (17:29 -0400)
commit75a53a0a230529425fa27bdfd5b7d9f95736488e
tree25677c42e22f2a18e9356f7649cec0fb26e3d4c9
parent9862022d09f785088619fd3c14063592fddc2aa5
bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_ioctl()

It should be FS_IOC32_GETFLAGS instead of FS_IOC_GETFLAGS in
compat ioctl.

Signed-off-by: Youling Tang <tangyouling@kylinos.cn>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-ioctl.c