Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I tried to create a patch using:
make KDIR=/usr/src/linux-2.6.23.14 clean kernel-patch
and I got this error
set -o errexit; \
kbase=$(basename /usr/src/linux-2.6.23.14); \
d=patch-$kbase-drbd-8.2.4; \
test -e $d && cp -fav --backup=numbered $d $d; \
bash scripts/patch-kernel /usr/src/linux-2.6.23.14 . > $d
cp: cannot stat `/usr/src/drbd-8.2.4/drbd/drbd_compat_wrappers.h': No
such file or directory
make: *** [kernel-patch] Error 1
I simply copied the drbd_compat_wrappers.h from drbd 8.0.8 and got a
working patch... altough untested yet...
Is there any chances that this feature comes back in the 8.2.x serie?
thnx
Vincent Fortier