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

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

Diff for /src/sys/ufs/ufs/ufs_dirhash.c between version 1.27.4.2 and 1.27.10.2

version 1.27.4.2, 2009/04/28 07:37:58 version 1.27.10.2, 2009/07/23 23:33:03
Line 416  restart:
Line 416  restart:
                                 brelse(bp, 0);                                  brelse(bp, 0);
                         blkoff = offset & ~bmask;                          blkoff = offset & ~bmask;
                         if (ufs_blkatoff(vp, (off_t)blkoff,                          if (ufs_blkatoff(vp, (off_t)blkoff,
                             NULL, &bp, true) != 0) {                              NULL, &bp, false) != 0) {
                                 DIRHASH_UNLOCK(dh);                                  DIRHASH_UNLOCK(dh);
                                 return (EJUSTRETURN);                                  return (EJUSTRETURN);
                         }                          }

Legend:
Removed from v.1.27.4.2  
changed lines
  Added in v.1.27.10.2

CVSweb <webmaster@jp.NetBSD.org>