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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to