diff options
Diffstat (limited to 'fs/gfs2/eaops.h')
-rw-r--r-- | fs/gfs2/eaops.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/eaops.h b/fs/gfs2/eaops.h index 3dece17e3116..965a235c96e8 100644 --- a/fs/gfs2/eaops.h +++ b/fs/gfs2/eaops.h | |||
@@ -23,6 +23,8 @@ unsigned int gfs2_ea_name2type(const char *name, char **truncated_name); | |||
23 | 23 | ||
24 | extern struct gfs2_eattr_operations gfs2_system_eaops; | 24 | extern struct gfs2_eattr_operations gfs2_system_eaops; |
25 | 25 | ||
26 | extern struct gfs2_eattr_operations gfs2_security_eaops; | ||
27 | |||
26 | extern struct gfs2_eattr_operations *gfs2_ea_ops[]; | 28 | extern struct gfs2_eattr_operations *gfs2_ea_ops[]; |
27 | 29 | ||
28 | #endif /* __EAOPS_DOT_H__ */ | 30 | #endif /* __EAOPS_DOT_H__ */ |