]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl
authorChao Yu <chao2.yu@samsung.com>
Tue, 10 Nov 2015 10:44:20 +0000 (18:44 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 4 Dec 2015 19:52:34 +0000 (11:52 -0800)
commitf3b8b9a2d18d8bf9d1b4bf273ed67715afb2ad1e
tree4a9862439744720dd9c5e6475fe1d48f205d6a89
parentdab2804a0b081667d3cc6edc12579251b62d7c22
f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl

In 64-bit kernel f2fs can supports 32-bit ioctl system call by identifying
encoded code which is converted from 32-bit one to 64-bit one in
->compat_ioctl.

When we introduced new interfaces in ->ioctl, we forgot to enable them in
->compat_ioctl, so enable them for fixing.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
[Jaegeuk Kim: fix wrongly added spaces together]
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/file.c