ocfs2: Read from an unwritten extent returns zeros
[powerpc.git] / fs / ocfs2 / dir.c
index c914906..8d22e1e 100644 (file)
@@ -379,7 +379,7 @@ int ocfs2_do_extend_dir(struct super_block *sb,
 
        status = ocfs2_extent_map_get_blocks(dir, (dir->i_blocks >>
                                                   (sb->s_blocksize_bits - 9)),
-                                            &p_blkno, NULL);
+                                            &p_blkno, NULL, NULL);
        if (status < 0) {
                mlog_errno(status);
                goto bail;