diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-27 12:00:42 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-02-27 12:00:42 -0500 |
commit | 568f4c9659a2225b0d29cf86feecbcf25c9045c8 (patch) | |
tree | 8ec0fee12313f88a195e0b90924f6b7633ba29f1 /fs/gfs2/eattr.c | |
parent | 3a8fe9be6c9794e55ac2253eab91d42b28a9dab6 (diff) |
[GFS2] 80 Column audit of GFS2
Requested by:
Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/eattr.c')
-rw-r--r-- | fs/gfs2/eattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c index 02e45c4ecbec..146995d9cd65 100644 --- a/fs/gfs2/eattr.c +++ b/fs/gfs2/eattr.c | |||
@@ -354,7 +354,6 @@ static int ea_remove_unstuffed(struct gfs2_inode *ip, struct buffer_head *bh, | |||
354 | return error; | 354 | return error; |
355 | } | 355 | } |
356 | 356 | ||
357 | /******************************************************************************/ | ||
358 | 357 | ||
359 | static int gfs2_ea_repack_i(struct gfs2_inode *ip) | 358 | static int gfs2_ea_repack_i(struct gfs2_inode *ip) |
360 | { | 359 | { |
@@ -819,7 +818,8 @@ static int ea_init(struct gfs2_inode *ip, struct gfs2_ea_request *er) | |||
819 | static struct gfs2_ea_header *ea_split_ea(struct gfs2_ea_header *ea) | 818 | static struct gfs2_ea_header *ea_split_ea(struct gfs2_ea_header *ea) |
820 | { | 819 | { |
821 | uint32_t ea_size = GFS2_EA_SIZE(ea); | 820 | uint32_t ea_size = GFS2_EA_SIZE(ea); |
822 | struct gfs2_ea_header *new = (struct gfs2_ea_header *)((char *)ea + ea_size); | 821 | struct gfs2_ea_header *new = (struct gfs2_ea_header *)((char *)ea + |
822 | ea_size); | ||
823 | uint32_t new_size = GFS2_EA_REC_LEN(ea) - ea_size; | 823 | uint32_t new_size = GFS2_EA_REC_LEN(ea) - ea_size; |
824 | int last = ea->ea_flags & GFS2_EAFLAG_LAST; | 824 | int last = ea->ea_flags & GFS2_EAFLAG_LAST; |
825 | 825 | ||