From: fsgqa Date: Wed, 5 Jun 2002 02:24:23 +0000 (+0000) Subject: loop may not always be a module - if not, modprobe will barf, but we should still... X-Git-Tag: v1.1.0~1087 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=7b5ee5b09faf1d107ff63bd9d49916f0e1bf499f loop may not always be a module - if not, modprobe will barf, but we should still proceed. --- diff --git a/common.rc b/common.rc index d2fea2df..4f54f0b0 100644 --- a/common.rc +++ b/common.rc @@ -387,7 +387,7 @@ _require_logdev() # _require_loop() { - modprobe loop + modprobe loop >/dev/null 2>&1 if grep loop /proc/devices >/dev/null 2>&1 then :