diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index f78bc2215764..69c98cf32336 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -780,7 +780,6 @@ xfs_setup_inode( | |||
780 | inode->i_ino = ip->i_ino; | 780 | inode->i_ino = ip->i_ino; |
781 | inode->i_state = I_NEW|I_LOCK; | 781 | inode->i_state = I_NEW|I_LOCK; |
782 | inode_add_to_lists(ip->i_mount->m_super, inode); | 782 | inode_add_to_lists(ip->i_mount->m_super, inode); |
783 | ASSERT(atomic_read(&inode->i_count) == 1); | ||
784 | 783 | ||
785 | inode->i_mode = ip->i_d.di_mode; | 784 | inode->i_mode = ip->i_d.di_mode; |
786 | inode->i_nlink = ip->i_d.di_nlink; | 785 | inode->i_nlink = ip->i_d.di_nlink; |