diff options
author | Steven Whitehouse | 2006-09-25 15:26:04 +0200 |
---|---|---|
committer | Steven Whitehouse | 2006-09-25 15:26:04 +0200 |
commit | 907b9bceb41fa46beae93f79cc4a2247df502c0f (patch) | |
tree | 7229e00c1f33fdd097fcacacd6208f2390e4728a /fs/gfs2/eattr.c | |
parent | [GFS2] Tidy up meta_io code (diff) | |
download | kernel-qcow2-linux-907b9bceb41fa46beae93f79cc4a2247df502c0f.tar.gz kernel-qcow2-linux-907b9bceb41fa46beae93f79cc4a2247df502c0f.tar.xz kernel-qcow2-linux-907b9bceb41fa46beae93f79cc4a2247df502c0f.zip |
[GFS2/DLM] Fix trailing whitespace
As per Andrew Morton's request, removed trailing whitespace.
Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/eattr.c')
-rw-r--r-- | fs/gfs2/eattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c index bd5ca602f9f0..a65a4ccfd4dd 100644 --- a/fs/gfs2/eattr.c +++ b/fs/gfs2/eattr.c @@ -1133,7 +1133,7 @@ static int ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) gfs2_trans_add_bh(ip->i_gl, dibh, 1); gfs2_dinode_out(&ip->i_di, dibh->b_data); brelse(dibh); - } + } gfs2_trans_end(GFS2_SB(&ip->i_inode)); |