Commit fbfafd0b authored by Stephen Lord's avatar Stephen Lord Committed by Nathan Scott

[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
parent dadf196c
......@@ -127,6 +127,7 @@ xfs-objs += $(addprefix linux/, \
xfs_fs_subr.o \
xfs_globals.o \
xfs_ioctl.o \
xfs_iomap.o \
xfs_iops.o \
xfs_lrw.o \
xfs_super.o \
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment