View Incident:
http://co-op.engr.sgi.com/BugWorks/code/bwxquery.cgi?search=Search&wlong=1&view_type=Bug&wi=801066
Status : open Priority : 3
Assigned Engineer : dxm Submitter : lord
Opened Date : 09/06/00 *Modified User : dxm
*Modified User Domain : engr *Description :
Capturing some old email state into a PV
I was digging through the code trying to figure out why the power pc is getting
zero inode numbers and I came across this code in xfs_inobt_get_rec
INT_SET(*ino, arch, INT_GET(rec->ir_startino, ARCH_CONVERT));
INT_SET(*fcnt, arch, INT_GET(rec->ir_freecount, ARCH_CONVERT));
INT_SET(*free, arch, INT_GET(rec->ir_free, ARCH_CONVERT));
Places like xfs_dialloc are calling xfs_inobt_get_rec() several times with
.....
==========================
ADDITIONAL INFORMATION (UPDATE)
From: dxm@engr (BugWorks)
Date: Sep 25 2000 05:17:12PM
==========================
Fix pointer warnings in dump/restore build. Step one to
clean user build.
Modid: 2.4.x-xfs:slinx:75001a
Date: Mon Sep 25 17:16:19 PDT 2000
Workarea: snort:/build1/people/dxm/isms/slinx-xfs-tot
Author: dxm
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
cmd/xfs/dump/common/drive_minrmt.c - 1.22
cmd/xfs/dump/common/drive_scsitape.c - 1.25
cmd/xfs/dump/common/drive_simple.c - 1.12
- fix pointer warning
|