projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3921120
)
GFS2: Fix whitespace in previous patch
author
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 23 Aug 2010 10:54:45 +0000
(11:54 +0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Mon, 20 Sep 2010 10:19:35 +0000
(11:19 +0100)
Removes the offending space
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/ops_inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/ops_inode.c
b/fs/gfs2/ops_inode.c
index f6da0d7676e2d946d0c4d80a6f5c21556b93bdc3..ce4f1dfb533fb929de45cd6b3162e5d1ef05b999 100644
(file)
--- 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,
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;