[DRBD-cvs] svn commit by lars - r2790 - trunk/scripts - we don't
need to remove these anymore: they are no long
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Sat Mar 10 12:33:49 CET 2007
Author: lars
Date: 2007-03-10 12:33:48 +0100 (Sat, 10 Mar 2007)
New Revision: 2790
Modified:
trunk/scripts/patch-kernel
Log:
we don't need to remove these anymore: they are no longer there
Modified: trunk/scripts/patch-kernel
===================================================================
--- trunk/scripts/patch-kernel 2007-03-09 10:14:10 UTC (rev 2789)
+++ trunk/scripts/patch-kernel 2007-03-10 11:33:48 UTC (rev 2790)
@@ -99,11 +99,6 @@
# and the right in-kernel-tree Makefile
cp -a $DRBD/drbd/Makefile-2.$KDIR_PATCHLEVEL $DRBD_SUB/Makefile
-# remove some backports
-test "$KDIR_PATCHLEVEL" = 6 && rm $DRBD_SUB/mempool*
-grep "HLIST_HEAD_INIT" $KERNEL/include/linux/list.h >/dev/null &&
- rm $DRBD_SUB/hlist.h
-
# disable __arch_um__ to_virt() hack
sed -e 's/^#ifdef __arch_um__/#if 0/' \
< $DRBD/drbd/drbd_receiver.c > $DRBD_SUB/drbd_receiver.c
More information about the drbd-cvs
mailing list