diff options
| author | Steven Whitehouse <swhiteho@redhat.com> | 2010-08-23 06:54:45 -0400 |
|---|---|---|
| committer | Steven Whitehouse <swhiteho@redhat.com> | 2010-09-20 06:19:35 -0400 |
| commit | fe08d5a89726675a920b0e9bbbe849c46b27a6e5 (patch) | |
| tree | bb7b57316a91d3a3cb66649e910c9609f35a3167 | |
| parent | 3921120e757f9167f3fcd3a1781239824471b14d (diff) | |
GFS2: Fix whitespace in previous patch
Removes the offending space
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
| -rw-r--r-- | fs/gfs2/ops_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c index f6da0d7676e2..ce4f1dfb533f 100644 --- a/fs/gfs2/ops_inode.c +++ b/fs/gfs2/ops_inode.c | |||
| @@ -1423,7 +1423,7 @@ static void calc_max_reserv(struct gfs2_inode *ip, loff_t max, loff_t *len, | |||
| 1423 | max_data -= tmp; | 1423 | max_data -= tmp; |
| 1424 | } | 1424 | } |
| 1425 | /* This calculation isn't the exact reverse of gfs2_write_calc_reserve, | 1425 | /* This calculation isn't the exact reverse of gfs2_write_calc_reserve, |
| 1426 | so it might end up with fewer data blocks */ | 1426 | so it might end up with fewer data blocks */ |
| 1427 | if (max_data <= *data_blocks) | 1427 | if (max_data <= *data_blocks) |
| 1428 | return; | 1428 | return; |
| 1429 | *data_blocks = max_data; | 1429 | *data_blocks = max_data; |
