[XFS] Switch kernel thread handling to the kthread_ API
[linux-2.6-block.git] / fs / xfs / linux-2.6 / xfs_vfs.c
index 669c61644959cb9165ff52bbe919937d9299a537..34cc902ec11949c4395f35e1ee70db3038022443 100644 (file)
@@ -251,7 +251,6 @@ vfs_allocate( void )
        bhv_head_init(VFS_BHVHEAD(vfsp), "vfs");
        INIT_LIST_HEAD(&vfsp->vfs_sync_list);
        spin_lock_init(&vfsp->vfs_sync_lock);
-       init_waitqueue_head(&vfsp->vfs_wait_sync_task);
        init_waitqueue_head(&vfsp->vfs_wait_single_sync_task);
        return vfsp;
 }