ecashin@coraid.com [PATCH] aoe: aoe-stat should work for built-in as well as module [PATCH] aoe: aoe-stat should work for built-in as well as module aoe-stat should work for built-in as well as module Signed-off-by: Ed L. Cashin Signed-off-by: Greg Kroah-Hartman diff -uprN a/Documentation/aoe/status.sh b/Documentation/aoe/status.sh --- commit c59a24dc512952cb434b34a66c3792555159fa36 tree 3b13ab42ed88a09f304c1fc87962a82c1f49c098 parent 03c41c434775c52092d17a5031ad8ebaaf555bc4 author Ed L Cashin 1114784653 -0400 committer Greg KH 1115188493 -0700 Index: Documentation/aoe/status.sh =================================================================== --- a2f4e5f5fef46fac69b1e47e31ccbcf7d950b016/Documentation/aoe/status.sh (mode:100644 sha1:6628116d4a9f7b4da22a8991cf5426c6e92b8d22) +++ 3b13ab42ed88a09f304c1fc87962a82c1f49c098/Documentation/aoe/status.sh (mode:100644 sha1:751f3be514b831296b038fd343443c15d0aa5b32) @@ -14,10 +14,6 @@ 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"