[BACK]Return to xfs_iget.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / mainline-patches

File: [Development] / linux-2.6-xfs / mainline-patches / xfs_iget.c (download)

Revision 1.3, Tue Jan 16 14:56:58 2007 UTC (10 years, 8 months ago) by vapo.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +13 -0 lines

Merge of 2.6.x-xfs-melb:linux:27935a by kenmcd.

  Reinstate delete file.

ioops module needs to use behaviour vfs_get_inode.

--- /home/chatz/isms/linux-2.6.19/fs/xfs/xfs_iget.c	2006-11-30 08:57:37.000000000 +1100
+++ xfs_iget.c	2006-12-15 17:48:31.000000000 +1100
@@ -519,7 +519,7 @@
 	XFS_STATS_INC(xs_ig_attempts);
 
 retry:
-	if ((inode = iget_locked(XFS_MTOVFS(mp)->vfs_super, ino))) {
+	if ((inode = bhv_vfs_get_inode(XFS_MTOVFS(mp), ino, 0))) {
 		xfs_inode_t	*ip;
 
 		vp = vn_from_inode(inode);