diff options
Diffstat (limited to 'fs/fs_struct.c')
-rw-r--r-- | fs/fs_struct.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fs_struct.c b/fs/fs_struct.c index 6ac219338670..eee059052db5 100644 --- a/fs/fs_struct.c +++ b/fs/fs_struct.c | |||
@@ -3,6 +3,7 @@ | |||
3 | #include <linux/fs.h> | 3 | #include <linux/fs.h> |
4 | #include <linux/path.h> | 4 | #include <linux/path.h> |
5 | #include <linux/slab.h> | 5 | #include <linux/slab.h> |
6 | #include <linux/fs_struct.h> | ||
6 | 7 | ||
7 | /* | 8 | /* |
8 | * Replace the fs->{rootmnt,root} with {mnt,dentry}. Put the old values. | 9 | * Replace the fs->{rootmnt,root} with {mnt,dentry}. Put the old values. |