diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-07 15:53:30 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-09 03:16:50 +0100 |
commit | 66cf191f3eae4582a83cb4251b75b43bee95a999 (patch) | |
tree | 65447e6f7c6fd824f8735f13ffbd85dc54f0eb66 /include | |
parent | compat_ioctl: don't look up the fd twice (diff) | |
download | linux-66cf191f3eae4582a83cb4251b75b43bee95a999.tar.xz linux-66cf191f3eae4582a83cb4251b75b43bee95a999.zip |
compat_ioctl: don't pass fd around when not needed
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 3aa514254161..51f9f8d93d4d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2764,8 +2764,6 @@ extern int vfs_lstat(const char __user *, struct kstat *); extern int vfs_fstat(unsigned int, struct kstat *); extern int vfs_fstatat(int , const char __user *, struct kstat *, int); -extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, - unsigned long arg); extern int __generic_block_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, loff_t start, loff_t len, |