diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
commit | 907b9bceb41fa46beae93f79cc4a2247df502c0f (patch) | |
tree | 7229e00c1f33fdd097fcacacd6208f2390e4728a /fs/gfs2/bmap.c | |
parent | 7276b3b0c77101f8b3f4e45e89a29cf9045e831a (diff) |
[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/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 3fb9a26b6f58..92eef825167d 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -130,7 +130,7 @@ int gfs2_unstuff_dinode(struct gfs2_inode *ip, struct page *page) | |||
130 | error = gfs2_meta_inode_buffer(ip, &dibh); | 130 | error = gfs2_meta_inode_buffer(ip, &dibh); |
131 | if (error) | 131 | if (error) |
132 | goto out; | 132 | goto out; |
133 | 133 | ||
134 | if (ip->i_di.di_size) { | 134 | if (ip->i_di.di_size) { |
135 | /* Get a free block, fill it with the stuffed data, | 135 | /* Get a free block, fill it with the stuffed data, |
136 | and write it out to disk */ | 136 | and write it out to disk */ |
@@ -246,7 +246,7 @@ static int build_height(struct inode *inode, unsigned height) | |||
246 | blocks[n] = gfs2_meta_new(ip->i_gl, bn); | 246 | blocks[n] = gfs2_meta_new(ip->i_gl, bn); |
247 | gfs2_trans_add_bh(ip->i_gl, blocks[n], 1); | 247 | gfs2_trans_add_bh(ip->i_gl, blocks[n], 1); |
248 | } | 248 | } |
249 | 249 | ||
250 | n = 0; | 250 | n = 0; |
251 | bn = blocks[0]->b_blocknr; | 251 | bn = blocks[0]->b_blocknr; |
252 | if (new_height > 1) { | 252 | if (new_height > 1) { |