[BACK]Return to chfs_readinode.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / chfs

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

Diff for /src/sys/ufs/chfs/chfs_readinode.c between version 1.10 and 1.11

version 1.10, 2017/06/01 02:45:15 version 1.11, 2021/07/15 22:39:06
Line 1012  retry:
Line 1012  retry:
                                 (unsigned long long)vc->vno, vc->state);                                  (unsigned long long)vc->vno, vc->state);
                         chfs_err("wants to read a nonexistent ino %llu\n",                          chfs_err("wants to read a nonexistent ino %llu\n",
                                 (unsigned long long)vc->vno);                                  (unsigned long long)vc->vno);
                           mutex_exit(&chmp->chm_lock_vnocache);
                         return ENOENT;                          return ENOENT;
                 default:                  default:
                         panic("BUG() Bad vno cache state.");                          panic("BUG() Bad vno cache state.");

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>