Whamcloud - gitweb
Updated parameters for obdfs_writepage() to use struct *dentry instead of
[fs/lustre-release.git] / lustre / obdclass / cleanup.sh
1 #!/bin/sh
2
3 umount /mnt/obd
4 rmmod obdfs
5
6 ./obdcontrol -f << EOF
7 cleanup
8 detach
9 quit
10 EOF
11
12 rmmod obdext2
13 rmmod obdclass
14