Re: [PATCH 04/10] fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines

2020-06-22 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [PATCH 04/10] fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines

2020-06-20 Thread Bart Van Assche
On 2020-06-20 00:16, Christoph Hellwig wrote: > These are not defined anywhere, and contrary to the comments we really > do not care about out of tree code at all. Reviewed-by: Bart Van Assche

[PATCH 04/10] fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines

2020-06-20 Thread Christoph Hellwig
These are not defined anywhere, and contrary to the comments we really do not care about out of tree code at all. Signed-off-by: Christoph Hellwig --- include/linux/fs.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/linux/fs.h b/include/linux/fs.h index 0d282c853691a3..224edcc