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 395859edb51f..9bdbe4ae92f8 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -1483,8 +1483,7 @@ static int ocfs2_create_symlink_data(struct ocfs2_super *osb, | |||
1483 | struct buffer_head **bhs = NULL; | 1483 | struct buffer_head **bhs = NULL; |
1484 | const char *c; | 1484 | const char *c; |
1485 | struct super_block *sb = osb->sb; | 1485 | struct super_block *sb = osb->sb; |
1486 | u64 p_blkno; | 1486 | u64 p_blkno, p_blocks; |
1487 | int p_blocks; | ||
1488 | int virtual, blocks, status, i, bytes_left; | 1487 | int virtual, blocks, status, i, bytes_left; |
1489 | 1488 | ||
1490 | bytes_left = i_size_read(inode) + 1; | 1489 | bytes_left = i_size_read(inode) + 1; |