diff options
author | trasz <trasz@FreeBSD.org> | 2012-04-23 17:54:49 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2012-04-23 17:54:49 +0000 |
commit | 8aaed35d9e3c162414986146e3fac5b985c67230 (patch) | |
tree | eec301c78ccf0de19bd36f96d45d709a70db2f39 | |
parent | c5ac010f586c540ff0e6bd3c097334149a771ad5 (diff) | |
download | FreeBSD-src-8aaed35d9e3c162414986146e3fac5b985c67230.zip FreeBSD-src-8aaed35d9e3c162414986146e3fac5b985c67230.tar.gz |
Fix build.
-rw-r--r-- | sys/ufs/ufs/ufs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index 91047a1..e2825b5 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -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 |