[BACK]Return to ops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libperfuse

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

Diff for /src/lib/libperfuse/ops.c between version 1.50.2.21 and 1.50.2.22

version 1.50.2.21, 2015/02/27 20:21:02 version 1.50.2.22, 2015/06/19 17:35:48
Line 434  node_lookup_common(struct puffs_usermoun
Line 434  node_lookup_common(struct puffs_usermoun
   
         feo = GET_OUTPAYLOAD(ps, pm, fuse_entry_out);          feo = GET_OUTPAYLOAD(ps, pm, fuse_entry_out);
   
           /*
            * Starting with ABI 7.4, inode number 0 means ENOENT,
            * with entry_valid / entry_valid_nsec giving negative
            * cache timeout (which we do not implement yet).
            */
           if (feo->attr.ino == 0) {
                   ps->ps_destroy_msg(pm);
                   return ENOENT;
           }
   
         /*          /*
          * Check for a known node, not reclaimed, with another name.           * Check for a known node, not reclaimed, with another name.
          * It may have been moved, or we can lookup ../           * It may have been moved, or we can lookup ../

Legend:
Removed from v.1.50.2.21  
changed lines
  Added in v.1.50.2.22

CVSweb <webmaster@jp.NetBSD.org>