svn commit: r234612 - head/sys/ufs/ufs

Edward Tomasz Napierala trasz at FreeBSD.org
Mon Apr 23 17:54:50 UTC 2012


Author: trasz
Date: Mon Apr 23 17:54:49 2012
New Revision: 234612
URL: http://svn.freebsd.org/changeset/base/234612

Log:
  Fix build.

Modified:
  head/sys/ufs/ufs/ufs_inode.c

Modified: head/sys/ufs/ufs/ufs_inode.c
==============================================================================
--- head/sys/ufs/ufs/ufs_inode.c	Mon Apr 23 17:15:06 2012	(r234611)
+++ head/sys/ufs/ufs/ufs_inode.c	Mon Apr 23 17:54:49 2012	(r234612)
@@ -135,7 +135,7 @@ ufs_inactive(ap)
 			(void)chkiq(ip, -1, NOCRED, FORCE);
 #endif
 #ifdef UFS_EXTATTR
-		ufs_extattr_vnode_inactive(vp, td);
+		ufs_extattr_vnode_inactive(vp, ap->a_td);
 #endif
 		/*
 		 * Setting the mode to zero needs to wait for the inode


More information about the svn-src-all mailing list