xfs: enable the xfs_defer mechanism to process extents to free
[linux-2.6-block.git] / fs / xfs / xfs_super.c
index 0303f1005f884e0314539c94bf2a36349bc31fab..7fc508fe8d40c0b1550ad311aa2e5aabf04f4e21 100644 (file)
@@ -1854,6 +1854,8 @@ init_xfs_fs(void)
        printk(KERN_INFO XFS_VERSION_STRING " with "
                         XFS_BUILD_OPTIONS " enabled\n");
 
+       xfs_extent_free_init_defer_op();
+
        xfs_dir_startup();
 
        error = xfs_init_zones();