提交 fe08d5a8 编写于 作者: S Steven Whitehouse

GFS2: Fix whitespace in previous patch

Removes the offending space
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 3921120e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册