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: v15.1.0~1529^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e31ae6123d11c4a81d3f381901a1777052b567ac;p=ceph.git mount.ceph: add comment explaining why we need to modprobe Signed-off-by: Jeff Layton --- diff --git a/src/mount/mount.ceph.c b/src/mount/mount.ceph.c index 73120eb06f52..a7c52a439e8e 100644 --- a/src/mount/mount.ceph.c +++ b/src/mount/mount.ceph.c @@ -348,6 +348,7 @@ int main(int argc, char *argv[]) exit(1); } + /* Ensure the ceph key_type is available */ modprobe(); popts = parse_options(opts, &flags);