X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Faoe%2Fmkdevs.sh;h=97374aacacb29120b5dfc8f788e4a9516584c8ed;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=ec5a6de1cd7b7af23dba7f12d1f3b8831a2631f5;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/Documentation/aoe/mkdevs.sh b/Documentation/aoe/mkdevs.sh index ec5a6de1c..97374aaca 100644 --- a/Documentation/aoe/mkdevs.sh +++ b/Documentation/aoe/mkdevs.sh @@ -27,6 +27,8 @@ rm -f $dir/discover mknod -m 0200 $dir/discover c $MAJOR 3 rm -f $dir/interfaces mknod -m 0200 $dir/interfaces c $MAJOR 4 +rm -f $dir/revalidate +mknod -m 0200 $dir/revalidate c $MAJOR 5 export n_partitions mkshelf=`echo $0 | sed 's!mkdevs!mkshelf!'`