diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-14 09:50:57 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-14 09:50:57 +0100 |
commit | 86d006365610fe6cda243d89b67d5047dca44656 (patch) | |
tree | 7ddc920e35524759f004cb4c5766ccb506044321 /fs/gfs2/xattr.h | |
parent | 2b88f7c535a8125213def012a67c1b0a667ceb2e (diff) | |
download | linux-86d006365610fe6cda243d89b67d5047dca44656.tar.gz linux-86d006365610fe6cda243d89b67d5047dca44656.tar.bz2 linux-86d006365610fe6cda243d89b67d5047dca44656.zip |
GFS2: Whitespace fixes
Reported-by: Daniel Walker <dwalker@fifo99.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/xattr.h')
-rw-r--r-- | fs/gfs2/xattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/xattr.h b/fs/gfs2/xattr.h index 4040a188f63b..cbdfd7743733 100644 --- a/fs/gfs2/xattr.h +++ b/fs/gfs2/xattr.h @@ -19,7 +19,7 @@ struct iattr; #define GFS2_EA_SIZE(ea) \ ALIGN(sizeof(struct gfs2_ea_header) + (ea)->ea_name_len + \ ((GFS2_EA_IS_STUFFED(ea)) ? GFS2_EA_DATA_LEN(ea) : \ - (sizeof(__be64) * (ea)->ea_num_ptrs)), 8) + (sizeof(__be64) * (ea)->ea_num_ptrs)), 8) #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs) #define GFS2_EA_IS_LAST(ea) ((ea)->ea_flags & GFS2_EAFLAG_LAST) |