Skip to content
Snippets Groups Projects
Commit c98f3957 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13886

i=Oleg.Drokin
load crc16 module if it exists
parent c718378f
No related merge requests found
......@@ -209,7 +209,7 @@ load_modules() {
load_module lov/lov
load_module mgc/mgc
if [ -z "$CLIENTONLY" ]; then
modprobe crc16
grep -q crc16 /proc/kallsyms || { modprobe crc16 2>/dev/null || true; }
[ "$FSTYPE" = "ldiskfs" ] && load_module ../ldiskfs/ldiskfs/ldiskfs
load_module mgs/mgs
load_module mds/mds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment