aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/vfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/vfs.h')
-rw-r--r--include/linux/vfs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/vfs.h b/include/linux/vfs.h
new file mode 100644
index 000000000000..e701d0541405
--- /dev/null
+++ b/include/linux/vfs.h
@@ -0,0 +1,6 @@
1#ifndef _LINUX_VFS_H
2#define _LINUX_VFS_H
3
4#include <linux/statfs.h>
5
6#endif