summaryrefslogtreecommitdiffstats
path: root/Documentation/aoe/status.sh
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-04 07:08:10 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-04 07:08:10 -0700
commita1d4ebdbb3806e9d2c37f32a043ec54f4534977c (patch)
tree44b2ce77adcb79849d8bbefbc254b03fccd6a394 /Documentation/aoe/status.sh
parent742b0c905d970fd60893cce14a3c68b523504bc4 (diff)
parent0e57c7166675a86293f150d5ef7779edd629fe2a (diff)
downloadop-kernel-dev-a1d4ebdbb3806e9d2c37f32a043ec54f4534977c.zip
op-kernel-dev-a1d4ebdbb3806e9d2c37f32a043ec54f4534977c.tar.gz
Merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/gregkh/aoe-2.6.git/
Diffstat (limited to 'Documentation/aoe/status.sh')
-rw-r--r--Documentation/aoe/status.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/aoe/status.sh b/Documentation/aoe/status.sh
index 6628116..751f3be 100644
--- a/Documentation/aoe/status.sh
+++ b/Documentation/aoe/status.sh
@@ -14,10 +14,6 @@ test ! -d "$sysd/block" && {
echo "$me Error: sysfs is not mounted" 1>&2
exit 1
}
-test -z "`lsmod | grep '^aoe'`" && {
- echo "$me Error: aoe module is not loaded" 1>&2
- exit 1
-}
for d in `ls -d $sysd/block/etherd* 2>/dev/null | grep -v p` end; do
# maybe ls comes up empty, so we use "end"
OpenPOWER on IntegriCloud