X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Faoe%2Fmkdevs.sh;h=44c0ab7024328d4229ef7609c2ae34aa4e730a1f;hb=b66e1f11ebc429569a3784aaf64123633d9e3ed1;hp=97374aacacb29120b5dfc8f788e4a9516584c8ed;hpb=ae574a5d7aa1d80469dfcbaa757db2bea536ee66;p=linux-2.6 diff --git a/Documentation/aoe/mkdevs.sh b/Documentation/aoe/mkdevs.sh index 97374aacac..44c0ab7024 100644 --- a/Documentation/aoe/mkdevs.sh +++ b/Documentation/aoe/mkdevs.sh @@ -29,6 +29,8 @@ rm -f $dir/interfaces mknod -m 0200 $dir/interfaces c $MAJOR 4 rm -f $dir/revalidate mknod -m 0200 $dir/revalidate c $MAJOR 5 +rm -f $dir/flush +mknod -m 0200 $dir/flush c $MAJOR 6 export n_partitions mkshelf=`echo $0 | sed 's!mkdevs!mkshelf!'`