]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mount.ceph: add comment explaining why we need to modprobe
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Aug 2019 11:55:41 +0000 (07:55 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 13 Sep 2019 12:14:48 +0000 (08:14 -0400)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/mount/mount.ceph.c

index 73120eb06f529641bce5f763f2f7f22828f80e60..a7c52a439e8e28a676ff69f4aed256c7db75b71d 100644 (file)
@@ -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);