X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fscripts%2Flustre_rmmod;fp=lustre%2Fscripts%2Flustre_rmmod;h=6fb336691a582b4859d6a10a709d5ecdfdde53ca;hb=2edf8f25ec7016ba69c870dc1af6a61922d6d20b;hp=8c07f783a8216114b0c4bc176909d4596b8ee5a6;hpb=9c7cfa1f02769e0cfc51a03f1adfb14abdcc38cf;p=fs%2Flustre-release.git diff --git a/lustre/scripts/lustre_rmmod b/lustre/scripts/lustre_rmmod index 8c07f78..6fb3366 100755 --- a/lustre/scripts/lustre_rmmod +++ b/lustre/scripts/lustre_rmmod @@ -17,7 +17,7 @@ if [ `uname -r | cut -c 3` -eq 4 ]; then fi unload_dep_module() { - # libcfs 107852 17 llite_lloop,lustre,obdfilter,ost,... + # libcfs 107852 17 lustre,obdfilter,ost,... local MODULE=$1 local DEPS="$(lsmod | awk '($1 == "'$MODULE'") { print $4 }' | tr ',' ' ')" for SUBMOD in $DEPS; do