diff options
Diffstat (limited to 'fs/ocfs2/namei.c')
-rw-r--r-- | fs/ocfs2/namei.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index 0c5507193200..f911edc8378b 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -321,10 +321,8 @@ static int ocfs2_mknod(struct inode *dir, | |||
321 | want_clusters += 1; | 321 | want_clusters += 1; |
322 | 322 | ||
323 | /* Dir indexing requires extra space as well */ | 323 | /* Dir indexing requires extra space as well */ |
324 | if (ocfs2_supports_indexed_dirs(osb)) { | 324 | if (ocfs2_supports_indexed_dirs(osb)) |
325 | want_clusters++; | ||
326 | want_meta++; | 325 | want_meta++; |
327 | } | ||
328 | } | 326 | } |
329 | 327 | ||
330 | status = ocfs2_reserve_new_metadata_blocks(osb, want_meta, &meta_ac); | 328 | status = ocfs2_reserve_new_metadata_blocks(osb, want_meta, &meta_ac); |