X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fsuper25.c;fp=lustre%2Fllite%2Fsuper25.c;h=367b34ff2048bda7d61afae9898a6bbdb685dcec;hp=66226255447e8bd2746e65bd7a431b81de4458f9;hb=f3494a6e9ffeb82bf1b34e557b4cfda1eaf8ef9d;hpb=d0194a4b5f6efa26d5473c2793b525f5fdb77e67 diff --git a/lustre/llite/super25.c b/lustre/llite/super25.c index 6622625..367b34f 100644 --- a/lustre/llite/super25.c +++ b/lustre/llite/super25.c @@ -230,6 +230,10 @@ static int __init lustre_init(void) BUILD_BUG_ON(sizeof(LUSTRE_VOLATILE_HDR) != LUSTRE_VOLATILE_HDR_LEN + 1); + rc = libcfs_setup(); + if (rc) + return rc; + /* print an address of _any_ initialized kernel symbol from this * module, to allow debugging with gdb that doesn't support data * symbols from modules.*/