diff options
Diffstat (limited to 'fs/open.c')
-rw-r--r-- | fs/open.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ | |||
31 | #include <linux/falloc.h> | 31 | #include <linux/falloc.h> |
32 | #include <linux/fs_struct.h> | 32 | #include <linux/fs_struct.h> |
33 | 33 | ||
34 | #include "internal.h" | ||
35 | |||
34 | int vfs_statfs(struct dentry *dentry, struct kstatfs *buf) | 36 | int vfs_statfs(struct dentry *dentry, struct kstatfs *buf) |
35 | { | 37 | { |
36 | int retval = -ENODEV; | 38 | int retval = -ENODEV; |