get rid of NOQUAD; nfs_removeit no longer takes a proc pointer
[unix-history] / usr / src / sys / nfs / nfs_node.c
index 1af5472..b860bfb 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)nfs_node.c  7.39 (Berkeley) %G%
+ *     @(#)nfs_node.c  7.40 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -130,8 +130,8 @@ loop:
        np->n_sillyrename = (struct sillyrename *)0;
        np->n_size = 0;
        if (VFSTONFS(mntp)->nm_flag & NFSMNT_NQNFS) {
        np->n_sillyrename = (struct sillyrename *)0;
        np->n_size = 0;
        if (VFSTONFS(mntp)->nm_flag & NFSMNT_NQNFS) {
-               ZEROQUAD(np->n_brev);
-               ZEROQUAD(np->n_lrev);
+               np->n_brev = 0;
+               np->n_lrev = 0;
                np->n_expiry = (time_t)0;
                np->n_tnext = (struct nfsnode *)0;
        } else
                np->n_expiry = (time_t)0;
                np->n_tnext = (struct nfsnode *)0;
        } else
@@ -156,7 +156,7 @@ nfs_inactive (ap)
                /*
                 * Remove the silly file that was rename'd earlier
                 */
                /*
                 * Remove the silly file that was rename'd earlier
                 */
-               nfs_removeit(sp, ap->a_p);
+               nfs_removeit(sp);
                crfree(sp->s_cred);
                vrele(sp->s_dvp);
 #ifdef SILLYSEPARATE
                crfree(sp->s_cred);
                vrele(sp->s_dvp);
 #ifdef SILLYSEPARATE