xfs
[Top] [All Lists]

TAKE - xfs io path code reorg

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - xfs io path code reorg
From: Steve Lord <lord@xxxxxxx>
Date: Wed, 30 Oct 2002 12:51:13 -0600
Sender: linux-xfs-bounce@xxxxxxxxxxx
break out the allocator specific parts of the xfs I/O path into
a separate file, xfs_iomap.c out of xfs_lrw.c. Remove some parts
of the code which were not doing anything for us. This is step
one in some major reorgs of this code.


Date:  Wed Oct 30 10:50:40 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:131524a
linux/fs/xfs/linux/xfs_iomap.c - 1.1
        - move allocator based calls here from xfs_lrw.c

linux/fs/xfs/linux/xfs_lrw.c - 1.175
        - move allocator based calls from here to xfs_iomap.c

linux/fs/xfs/linux/Makefile - 1.66
        - add xfs_iomap.c



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - xfs io path code reorg, Steve Lord <=