Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 17:54:49 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234612 - head/sys/ufs/ufs
Message-ID:  <201204231754.q3NHsn7Z008416@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204231754.q3NHsn7Z008416>