[pnfs] CVS: nfsv4

Rahul Iyer NetApp iyer at citi.umich.edu
Thu Sep 14 12:04:14 EDT 2006


CVSROOT:	/cvs
Module name:	nfsv4
Changes by:	iyer at citi.	2006/09/14 12:04:14

Modified files:
	cvs/pnfs/fs/nfs: delegation.c 

Log message:
Had forgotten igrab/put

? cscope.out
Index: fs/nfs/delegation.c
===================================================================
RCS file: /cvs/nfsv4/cvs/pnfs/fs/nfs/delegation.c,v
retrieving revision 1.3
diff -u -r1.3 delegation.c
--- fs/nfs/delegation.c 14 Sep 2006 14:49:19 -0000      1.3
+++ fs/nfs/delegation.c 14 Sep 2006 15:49:17 -0000
@@ -419,8 +419,11 @@
}
spin_unlock(&inode_lock);

-               if (found)
+               if (found) {
+                       igrab(inode);
pnfs_return_layout(inode);
+                       iput(inode);
+               }

} while(found);



More information about the pNFS mailing list