Date: Fri Jan 11 14:31:20 PST 2002
Workarea: stout.americas.sgi.com:/localhome/eric/2.4.x-xfs/workarea-reallyclean
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:109472a
linux/fs/xfs/xfs_log_recover.c - 1.217
- Merge irix6.5f:irix:103241a
In xlog_recover_process_iunlinks(), use the on disk inode to
explicitly
find the next inode in the unlinked list instead of relying on
VN_RELE() to remove the current inode from the head of the
agi_unlinked
bucket. The VN_RELE() method does not work in CXFS recovery because
zero link count files will show up in the unlink list, but have more
than one reference. Fix for bug 826858.
|