diff options
Diffstat (limited to 'fs/ocfs2/namei.c')
-rw-r--r-- | fs/ocfs2/namei.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index d65fef4a8bd8..5755e0748256 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -1511,8 +1511,7 @@ static int ocfs2_create_symlink_data(struct ocfs2_super *osb, | |||
1511 | goto bail; | 1511 | goto bail; |
1512 | } | 1512 | } |
1513 | 1513 | ||
1514 | status = ocfs2_extent_map_get_blocks(inode, 0, 1, &p_blkno, | 1514 | status = ocfs2_extent_map_get_blocks(inode, 0, &p_blkno, &p_blocks); |
1515 | &p_blocks); | ||
1516 | if (status < 0) { | 1515 | if (status < 0) { |
1517 | mlog_errno(status); | 1516 | mlog_errno(status); |
1518 | goto bail; | 1517 | goto bail; |