diff options
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, | |||
358 | return error; | 358 | return error; |
359 | } | 359 | } |
360 | 360 | ||
361 | #if 0 | ||
361 | 362 | ||
362 | static int gfs2_ea_repack_i(struct gfs2_inode *ip) | 363 | static int gfs2_ea_repack_i(struct gfs2_inode *ip) |
363 | { | 364 | { |
@@ -382,6 +383,8 @@ int gfs2_ea_repack(struct gfs2_inode *ip) | |||
382 | return error; | 383 | return error; |
383 | } | 384 | } |
384 | 385 | ||
386 | #endif /* 0 */ | ||
387 | |||
385 | struct ea_list { | 388 | struct ea_list { |
386 | struct gfs2_ea_request *ei_er; | 389 | struct gfs2_ea_request *ei_er; |
387 | unsigned int ei_size; | 390 | unsigned int ei_size; |