]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/aoe/mkdevs.sh
vmemmap: warn about page_structs with remote distance
[linux-2.6-omap-h63xx.git] / Documentation / aoe / mkdevs.sh
index ec5a6de1cd7b7af23dba7f12d1f3b8831a2631f5..44c0ab7024328d4229ef7609c2ae34aa4e730a1f 100644 (file)
@@ -27,6 +27,10 @@ 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
+rm -f $dir/flush
+mknod -m 0200 $dir/flush c $MAJOR 6
 
 export n_partitions
 mkshelf=`echo $0 | sed 's!mkdevs!mkshelf!'`