Diff for /xfs-cmds/xfsprogs/db/check.c between versions 1.37 and 1.38

version 1.37, 2008/09/08 06:18:43 version 1.38, 2008/10/03 04:35:04
Line 2689  process_inode( Line 2689  process_inode(
                 }                  }
                 return;                  return;
         }          }
           if (be32_to_cpu(dip->di_next_unlinked) != NULLAGINO) {
                   if (!sflag || isfree || id->ilist || CHECK_BLIST(bno))
                           dbprintf("bad next unlinked %#x for inode %lld\n",
                                   be32_to_cpu(dip->di_next_unlinked), ino);
                   error++;
           }
         /*          /*
          * di_mode is a 16-bit uint so no need to check the < 0 case           * di_mode is a 16-bit uint so no need to check the < 0 case
          */           */

Removed from v.1.37  
changed lines
  Added in v.1.38


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>