xfs
[Top] [All Lists]

TAKE - xfs memory allocation, use GFP_KERNEL more

Subject: TAKE - xfs memory allocation, use GFP_KERNEL more
From: Steve Lord <lord@xxxxxxx>
Date: Thu, 31 Jan 2002 05:10:36 -0600
Sender: owner-linux-xfs@xxxxxxxxxxx
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.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - xfs memory allocation, use GFP_KERNEL more, Steve Lord <=