diff options
author | Adrian Bunk | 2006-04-28 16:59:12 +0200 |
---|---|---|
committer | Steven Whitehouse | 2006-04-28 16:59:12 +0200 |
commit | 08bc2dbc7327e89b9d5b9c8ef9401d1df2622fca (patch) | |
tree | 2c16cbd9f5bd856b00ef0a0d9f88b3afa67712ee /fs/gfs2/eattr.c | |
parent | [DLM] PATCH 3/3 dlm: show recover state (diff) | |
download | kernel-qcow2-linux-08bc2dbc7327e89b9d5b9c8ef9401d1df2622fca.tar.gz kernel-qcow2-linux-08bc2dbc7327e89b9d5b9c8ef9401d1df2622fca.tar.xz kernel-qcow2-linux-08bc2dbc7327e89b9d5b9c8ef9401d1df2622fca.zip |
[GFS2] [-mm patch] fs/gfs2/: possible cleanups
This patch contains the following possible cleanups:
- make needlessly global code static
- #if 0 unused functions
- remove the following global function that was both unused and
unimplemented:
- super.c: gfs2_do_upgrade()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/eattr.c')
-rw-r--r-- | fs/gfs2/eattr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c index 8219d471f06c..d3316cab2be4 100644 --- a/fs/gfs2/eattr.c +++ b/fs/gfs2/eattr.c @@ -358,6 +358,7 @@ static int ea_remove_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, return error; } +#if 0 static int gfs2_ea_repack_i(struct gfs2_inode *ip) { @@ -382,6 +383,8 @@ int gfs2_ea_repack(struct gfs2_inode *ip) return error; } +#endif /* 0 */ + struct ea_list { struct gfs2_ea_request *ei_er; unsigned int ei_size; |