From: Jeff Layton Date: Wed, 14 Aug 2019 11:55:41 +0000 (-0400) Subject: mount.ceph: add comment explaining why we need to modprobe X-Git-Tag: v14.2.5~10^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b5a1f2b138af80aa77aae151bf3763b452dbe22b;p=ceph.git mount.ceph: add comment explaining why we need to modprobe Signed-off-by: Jeff Layton (cherry picked from commit e31ae6123d11c4a81d3f381901a1777052b567ac) --- diff --git a/src/mount/mount.ceph.c b/src/mount/mount.ceph.c index 1c69e9c6d8dd..470338d56433 100644 --- a/src/mount/mount.ceph.c +++ b/src/mount/mount.ceph.c @@ -344,6 +344,7 @@ int main(int argc, char *argv[]) exit(1); } + /* Ensure the ceph key_type is available */ modprobe(); popts = parse_options(opts, &flags);