Loading fs/internal.h +0 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,6 @@ extern const struct dentry_operations ns_dentry_operations; */ extern int do_vfs_ioctl(struct file *file, unsigned int fd, unsigned int cmd, unsigned long arg); extern long vfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg); /* * iomap support: Loading fs/ioctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) out: return error; } EXPORT_SYMBOL(vfs_ioctl); static int ioctl_fibmap(struct file *filp, int __user *p) { Loading include/linux/fs.h +2 −0 Original line number Diff line number Diff line Loading @@ -1634,6 +1634,8 @@ int vfs_mkobj(struct dentry *, umode_t, int (*f)(struct dentry *, umode_t, void *), void *); extern long vfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg); /* * VFS file helper functions. */ Loading Loading
fs/internal.h +0 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,6 @@ extern const struct dentry_operations ns_dentry_operations; */ extern int do_vfs_ioctl(struct file *file, unsigned int fd, unsigned int cmd, unsigned long arg); extern long vfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg); /* * iomap support: Loading
fs/ioctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ long vfs_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) out: return error; } EXPORT_SYMBOL(vfs_ioctl); static int ioctl_fibmap(struct file *filp, int __user *p) { Loading
include/linux/fs.h +2 −0 Original line number Diff line number Diff line Loading @@ -1634,6 +1634,8 @@ int vfs_mkobj(struct dentry *, umode_t, int (*f)(struct dentry *, umode_t, void *), void *); extern long vfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg); /* * VFS file helper functions. */ Loading