This is a reworking of a previous mod which was withdrawn due to bad
interactions with ext3. We now use a different mechanism to record
being in a transaction or not.
Date: Thu Jan 31 03:10:15 PST 2002
Workarea: jen.americas.sgi.com:/src/lord/xfs-linux.2.4
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:110679a
linux/include/linux/sched.h - 1.50
- Add new PF flag for transaction state
linux/fs/xfs/xfs_trans.c - 1.127
- keep track of if we are in a transaction or not.
linux/fs/xfs/linux/xfs_iops.c - 1.121
- Bounce delalloc writepage calls during transactions
linux/fs/xfs_support/kmem.c - 1.20
- Make allocation flags dependent on being in a transaction or not.
|