diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
| -rw-r--r-- | fs/xfs/xfs_super.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 281961c1d81..6851fa7b1af 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -829,13 +829,6 @@ xfs_fs_inode_init_once(  	atomic_set(&ip->i_pincount, 0);  	spin_lock_init(&ip->i_flags_lock);  	init_waitqueue_head(&ip->i_ipin_wait); -	/* -	 * Because we want to use a counting completion, complete -	 * the flush completion once to allow a single access to -	 * the flush completion without blocking. -	 */ -	init_completion(&ip->i_flush); -	complete(&ip->i_flush);  	mrlock_init(&ip->i_lock, MRLOCK_ALLOW_EQUAL_PRI|MRLOCK_BARRIER,  		     "xfsino", ip->i_ino);  |