[BACK]Return to nfs_serv.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / nfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/nfs/nfs_serv.c between version 1.44 and 1.45

version 1.44, 1998/08/09 21:19:51 version 1.45, 1998/08/18 06:45:04
Line 1888  nfsrv_rename(nfsd, slp, procp, mrq)
Line 1888  nfsrv_rename(nfsd, slp, procp, mrq)
                         error = ENOTEMPTY;                          error = ENOTEMPTY;
                 goto out;                  goto out;
         }          }
         if (fvp == tdvp)          if (fvp == tdvp) {
                 if (v3)                  if (v3)
                         error = EINVAL;                          error = EINVAL;
                 else                  else
                         error = ENOTEMPTY;                          error = ENOTEMPTY;
           }
         /*          /*
          * If source is the same as the destination (that is the           * If source is the same as the destination (that is the
          * same vnode with the same name in the same directory),           * same vnode with the same name in the same directory),

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

CVSweb <webmaster@jp.NetBSD.org>