diff options
Diffstat (limited to 'Documentation/aoe/mkdevs.sh')
-rw-r--r-- | Documentation/aoe/mkdevs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/aoe/mkdevs.sh b/Documentation/aoe/mkdevs.sh index ec5a6de1cd7b..97374aacacb2 100644 --- a/Documentation/aoe/mkdevs.sh +++ b/Documentation/aoe/mkdevs.sh | |||
@@ -27,6 +27,8 @@ rm -f $dir/discover | |||
27 | mknod -m 0200 $dir/discover c $MAJOR 3 | 27 | mknod -m 0200 $dir/discover c $MAJOR 3 |
28 | rm -f $dir/interfaces | 28 | rm -f $dir/interfaces |
29 | mknod -m 0200 $dir/interfaces c $MAJOR 4 | 29 | mknod -m 0200 $dir/interfaces c $MAJOR 4 |
30 | rm -f $dir/revalidate | ||
31 | mknod -m 0200 $dir/revalidate c $MAJOR 5 | ||
30 | 32 | ||
31 | export n_partitions | 33 | export n_partitions |
32 | mkshelf=`echo $0 | sed 's!mkdevs!mkshelf!'` | 34 | mkshelf=`echo $0 | sed 's!mkdevs!mkshelf!'` |