Patches for 2.4 kernels for EVMS 2.5.2. See the top-level INSTALL for more
details before applying these patches.

Apply each patch with:
cd /usr/src/linux-2.4.29/ (or 21 through 28)
patch -p1 < filename.patch

dm-snapshot.patch:
	Extra patch for DM snapshot code. Allows origin devices to be correctly
	activated before their snapshot devices. Required if you want to use
	snapshots with EVMS.

dm-bbr.patch:
	Patch to provide a Bad-Block-Relocation target for Device-Mapper.
	Required if you want to use BBR devices.

jfs.patch
	Patch to allow JFS to properly update its superblock during a
	write_super_lockfs(). Required if you intend to take snapshots of
	volumes with JFS filesystems. This patch is only necessary when using
	a 2.4.21 kernel. The patch was merged into the stock 2.4.22 kernel.

md-raid.patch:
	Patch to allow RAID-1 and RAID-5 devices to properly shutdown at
	reboot time. Required for Software-RAID users, unless you want your
	RAID arrays to resync on each reboot. :) This patch is only necessary
	on 2.4.21 and earlier kernels.

vfs-lock-xfs.patch
	An extra patch for users with an XFS-enabled 2.4.21 or earlier kernel.
	This patch fixes the DQUOT_SYNC rename bug, and should be applied after
	the regular VFS-lock patch.

