Still on the trail of the xfsdump + nfs oops, the first one below may help,
but there is something else lurking...
The xfs_iops.c mod fixes a case where we VOP_LOOKUP could fail, we don't
set the inode ops, and yet return no error from linvfs_lookup.
The linvfs_revalidate_core error handling should only matter in EIO cases
where things have gotten pretty bad already. :)
Date: Fri Apr 26 14:46:13 PDT 2002
Workarea:
stout.americas.sgi.com:/localhome/src/sandeen/2.4.x-xfs/workarea-testing
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:117593a
linux/fs/xfs/linux/xfs_iops.c - 1.132
- Be sure to return an error if VOP_LOOKUP or linvfs_revalidate_core
fails
linux/fs/xfs/linux/xfs_ioctl.c - 1.57
- Return error with correct (+) sign if linvfs_revalidate_core fails
|