Whamcloud - gitweb
LU-2654 ldlm: ldlm_resource_dump should be called with resource locked
[fs/lustre-release.git] / lustre / utils / mount_lustre.c
index 2ef7358..234dbbb 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2011, 2012, Whamcloud, Inc.
+ * Copyright (c) 2011, 2012, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -538,12 +538,6 @@ int main(int argc, char *const argv[])
        progname = strrchr(argv[0], '/');
        progname = progname ? progname + 1 : argv[0];
 
-       /*
-        * LU-1279. When LNET modules have not loaded, and mounting multiple
-        * targets at the same time could fail.
-        */
-       rc = system("/sbin/modprobe ptlrpc >/dev/null 2>&1");
-
        set_defaults(&mop);
 
        rc = osd_init();