aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2018-07-18 15:44:40 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2018-07-18 15:44:40 +0200
commit9df6702ad0e85901450fe48a7b5f0f8975353eeb (patch)
treeb9728e3cb034fedd8bca60a97b3572cfa590fc79 /include/linux/fs.h
parentvfs: make open_with_fake_path() not contribute to nr_files (diff)
downloadlinux-dev-9df6702ad0e85901450fe48a7b5f0f8975353eeb.tar.xz
linux-dev-9df6702ad0e85901450fe48a7b5f0f8975353eeb.zip
vfs: export vfs_ioctl() to modules
This is needed by the stacked ioctl implementation in overlayfs. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index e1884840d556..019817a083a0 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -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.
*/