diff options
Diffstat (limited to 'fs/gfs2/ops_inode.c')
-rw-r--r-- | fs/gfs2/ops_inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c index 1e24b65e1d23..98440fef01cf 100644 --- a/fs/gfs2/ops_inode.c +++ b/fs/gfs2/ops_inode.c | |||
@@ -32,12 +32,11 @@ | |||
32 | #include "glock.h" | 32 | #include "glock.h" |
33 | #include "inode.h" | 33 | #include "inode.h" |
34 | #include "meta_io.h" | 34 | #include "meta_io.h" |
35 | #include "ops_dentry.h" | ||
36 | #include "ops_inode.h" | ||
37 | #include "quota.h" | 35 | #include "quota.h" |
38 | #include "rgrp.h" | 36 | #include "rgrp.h" |
39 | #include "trans.h" | 37 | #include "trans.h" |
40 | #include "util.h" | 38 | #include "util.h" |
39 | #include "super.h" | ||
41 | 40 | ||
42 | /** | 41 | /** |
43 | * gfs2_create - Create a file | 42 | * gfs2_create - Create a file |