diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-06-22 11:16:40 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-22 11:16:40 -0400 |
commit | 43f5d210a02dcf9d8bafb147044f27add10a459a (patch) | |
tree | 289de9e5989e96f1c7188216322d40414555a9eb /fs/gfs2/eaops.h | |
parent | faf450ef4a8567e4c75a905aadae01cf401d893a (diff) |
[GFS2] [-mm patch] fs/gfs2/: make code static
This patch makes the following needlessly global code static:
- eaops.c: struct gfs2_security_eaops
- rgrp.c: gfs2_free_uninit_di()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/eaops.h')
-rw-r--r-- | fs/gfs2/eaops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/gfs2/eaops.h b/fs/gfs2/eaops.h index 965a235c96e8..3dece17e3116 100644 --- a/fs/gfs2/eaops.h +++ b/fs/gfs2/eaops.h | |||
@@ -23,8 +23,6 @@ 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 | |||
28 | extern struct gfs2_eattr_operations *gfs2_ea_ops[]; | 26 | extern struct gfs2_eattr_operations *gfs2_ea_ops[]; |
29 | 27 | ||
30 | #endif /* __EAOPS_DOT_H__ */ | 28 | #endif /* __EAOPS_DOT_H__ */ |