]> err.no Git - linux-2.6/blobdiff - Documentation/aoe/mkdevs.sh
[PATCH] devfs: Remove it from the feature_removal.txt file
[linux-2.6] / Documentation / aoe / mkdevs.sh
index ec5a6de1cd7b7af23dba7f12d1f3b8831a2631f5..97374aacacb29120b5dfc8f788e4a9516584c8ed 100644 (file)
@@ -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!'`