diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vfs.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vfs.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vfs.c b/fs/xfs/linux-2.6/xfs_vfs.c index b098e0903353..97ce2eab69b0 100644 --- a/fs/xfs/linux-2.6/xfs_vfs.c +++ b/fs/xfs/linux-2.6/xfs_vfs.c | |||
@@ -204,9 +204,6 @@ vfs_allocate( | |||
204 | struct bhv_vfs *vfsp; | 204 | struct bhv_vfs *vfsp; |
205 | 205 | ||
206 | vfsp = kmem_zalloc(sizeof(bhv_vfs_t), KM_SLEEP); | 206 | vfsp = kmem_zalloc(sizeof(bhv_vfs_t), KM_SLEEP); |
207 | INIT_LIST_HEAD(&vfsp->vfs_sync_list); | ||
208 | spin_lock_init(&vfsp->vfs_sync_lock); | ||
209 | init_waitqueue_head(&vfsp->vfs_wait_single_sync_task); | ||
210 | 207 | ||
211 | vfsp->vfs_super = sb; | 208 | vfsp->vfs_super = sb; |
212 | sb->s_fs_info = vfsp; | 209 | sb->s_fs_info = vfsp; |