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

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

Diff for /src/sys/coda/coda_vnops.c between version 1.71.4.3 and 1.71.4.4

version 1.71.4.3, 2011/03/05 20:52:37 version 1.71.4.4, 2011/05/19 03:43:00
Line 1915  make_coda_node(CodaFid *fid, struct moun
Line 1915  make_coda_node(CodaFid *fid, struct moun
         cp = coda_alloc();          cp = coda_alloc();
         cp->c_fid = *fid;          cp->c_fid = *fid;
   
         err = getnewvnode(VT_CODA, vfsp, coda_vnodeop_p, &vp);          err = getnewvnode(VT_CODA, vfsp, coda_vnodeop_p, NULL, &vp);
         if (err) {          if (err) {
             panic("coda: getnewvnode returned error %d", err);              panic("coda: getnewvnode returned error %d", err);
         }          }

Legend:
Removed from v.1.71.4.3  
changed lines
  Added in v.1.71.4.4

CVSweb <webmaster@jp.NetBSD.org>