]> git.baikalelectronics.ru Git - kernel.git/commit
proc: cleanup the compat vs no compat file ops
authorChristoph Hellwig <hch@lst.de>
Thu, 3 Sep 2020 14:22:30 +0000 (16:22 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 4 Sep 2020 01:26:24 +0000 (21:26 -0400)
commit406d4101d5ca158efd93181b92a4e471bb55f3ce
tree501c3bea5205d40ceb8666926f6d09190a81e777
parent54ac7118782471709506874c85334fc5519bb486
proc: cleanup the compat vs no compat file ops

Instead of providing a special no-compat version provide a special
compat version for operations with ->compat_ioctl.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/proc/inode.c