diff options
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 1fd3ae237bdd..de70e52caf3a 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -1178,7 +1178,7 @@ static int do_grow(struct inode *inode, u64 size) | |||
1178 | if (error) | 1178 | if (error) |
1179 | return error; | 1179 | return error; |
1180 | 1180 | ||
1181 | error = gfs2_inplace_reserve(ip, 1); | 1181 | error = gfs2_inplace_reserve(ip, 1, 0); |
1182 | if (error) | 1182 | if (error) |
1183 | goto do_grow_qunlock; | 1183 | goto do_grow_qunlock; |
1184 | unstuff = 1; | 1184 | unstuff = 1; |