diff options
Diffstat (limited to 'fs/gfs2/ops_dentry.h')
-rw-r--r-- | fs/gfs2/ops_dentry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/ops_dentry.h b/fs/gfs2/ops_dentry.h index e7b05e5c62ec..5caa3db4d3f5 100644 --- a/fs/gfs2/ops_dentry.h +++ b/fs/gfs2/ops_dentry.h | |||
@@ -10,6 +10,8 @@ | |||
10 | #ifndef __OPS_DENTRY_DOT_H__ | 10 | #ifndef __OPS_DENTRY_DOT_H__ |
11 | #define __OPS_DENTRY_DOT_H__ | 11 | #define __OPS_DENTRY_DOT_H__ |
12 | 12 | ||
13 | #include <linux/dcache.h> | ||
14 | |||
13 | extern struct dentry_operations gfs2_dops; | 15 | extern struct dentry_operations gfs2_dops; |
14 | 16 | ||
15 | #endif /* __OPS_DENTRY_DOT_H__ */ | 17 | #endif /* __OPS_DENTRY_DOT_H__ */ |