Merge commit 'refs/top-bases/linux-zpios' into linux-zpios
This commit is contained in:
commit
df51ecbf9b
|
@ -173,8 +173,10 @@ unload_modules() {
|
|||
|
||||
for MOD in ${MODULES_REVERSE[*]}; do
|
||||
local NAME=`basename ${MOD} .ko`
|
||||
local USE_COUNT=`${LSMOD} |
|
||||
egrep "^${NAME} "| ${AWK} '{print $3}'`
|
||||
|
||||
if ${LSMOD} | egrep -q "^${NAME}"; then
|
||||
if [ "${USE_COUNT}" = 0 ] ; then
|
||||
|
||||
if [ "${DUMP_LOG}" -a ${NAME} = "spl" ]; then
|
||||
spl_dump_log
|
||||
|
|
Loading…
Reference in New Issue