]> git.neil.brown.name Git - history.git/commit
[XFS] break out the allocator specific parts of the xfs I/O path into
authorStephen Lord <lord@sgi.com>
Wed, 6 Nov 2002 22:17:04 +0000 (23:17 +0100)
committerNathan Scott <nathans@sgi.com>
Wed, 6 Nov 2002 22:17:04 +0000 (23:17 +0100)
commitfbfafd0b36fa0b8774ca46b157fa4bb65ada615a
treeb23cb471078607a01b15b9527e85b7c6a20680fd
parentdadf196c10d1ac3a444749e18c690250cbdcfe8b
[XFS] 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.

SGI Modid: 2.5.x-xfs:slinx:131524a
fs/xfs/Makefile
fs/xfs/linux/xfs_iomap.c [new file with mode: 0644]
fs/xfs/linux/xfs_lrw.c