diff options
Diffstat (limited to 'fs/gfs2/inode.c')
| -rw-r--r-- | fs/gfs2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 377920d3c430..de2668f5c974 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c | |||
| @@ -402,7 +402,7 @@ static int alloc_dinode(struct gfs2_inode *dip, u64 *no_addr, u64 *generation) | |||
| 402 | if (error) | 402 | if (error) |
| 403 | goto out_ipreserv; | 403 | goto out_ipreserv; |
| 404 | 404 | ||
| 405 | error = gfs2_alloc_di(dip, no_addr, generation); | 405 | error = gfs2_alloc_block(dip, no_addr, NULL, 1, generation); |
| 406 | 406 | ||
| 407 | gfs2_trans_end(sdp); | 407 | gfs2_trans_end(sdp); |
| 408 | 408 | ||
