There is a bug lurking somewhere in the system where we do not flush
the fact that an incore inode has been deleted out to disk. This is
a real pain to find, but in the process a number of problems in the
efficiency of the way we handle deleted inodes on linux have come
up. This is another fix in that direction.
Date: Mon Jul 24 14:37:42 PDT 2000
Workarea: pinky.cray.com:/usr/src/lord/2.4.0-test1
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.0-test1-xfs
Modid: 2.4.0-test1-xfs:slinx:67695a
linux/fs/xfs/xfs_buf_item.c - 1.104
- Formatting fixes
linux/fs/xfs/xfs_vfsops.c - 1.280
- Cleanup the code for inode flushing of deleted inodes, it is
still broken, but now it is faster and broken!
linux/fs/xfs/xfs_inode.c - 1.296
- formatting fixes
|