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
*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 (ADD)
From: dxm@engr (BugWorks)
Date: Sep 19 2000 08:30:48PM
==========================
I have the changes necessary for a clean user build ready
and I'm working on the main part of this bug.
(not for beta).
|