mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
GFS2: Fix whitespace in previous patch
Removes the offending space Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
3921120e75
commit
fe08d5a897
1 changed files with 1 additions and 1 deletions
|
@ -1423,7 +1423,7 @@ static void calc_max_reserv(struct gfs2_inode *ip, loff_t max, loff_t *len,
|
|||
max_data -= tmp;
|
||||
}
|
||||
/* This calculation isn't the exact reverse of gfs2_write_calc_reserve,
|
||||
so it might end up with fewer data blocks */
|
||||
so it might end up with fewer data blocks */
|
||||
if (max_data <= *data_blocks)
|
||||
return;
|
||||
*data_blocks = max_data;
|
||||
|
|
Loading…
Reference in a new issue