Merge to Fedora kernel-2.6.7-1.441
[linux-2.6.git] / fs / ext3 / xattr.c
index b766908..e818bee 100644 (file)
@@ -787,7 +787,7 @@ ext3_xattr_set_handle2(handle_t *handle, struct inode *inode,
                                EXT3_I(inode)->i_block_group *
                                EXT3_BLOCKS_PER_GROUP(sb);
                        int block = ext3_new_block(handle,
-                               inode, goal, &error);
+                               inode, goal, 0, 0, &error);
                        if (error)
                                goto cleanup;
                        ea_idebug(inode, "creating block %d", block);