[XFS] Switch kernel thread handling to the kthread_ API
SGI-PV: 942063 SGI-Modid: xfs-linux:xfs-kern:198388a Signed-off-by: Christoph Hellwig <hch@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:

committed by
Nathan Scott

parent
2f92658751
commit
4df08c5258
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user