X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fsuper25.c;h=4dc69e3e028674cbe583bed609b7ad08a3ffb111;hp=1cd850e0538a4f2e5ea9477dd03332904ffda795;hb=ab0a6a9a066a7b175ff48b9b679ba0fb59416f9b;hpb=bd1c8aa7e39d418b1eaefa5dfb47a479e24b7c36 diff --git a/lustre/llite/super25.c b/lustre/llite/super25.c index 1cd850e..4dc69e3 100644 --- a/lustre/llite/super25.c +++ b/lustre/llite/super25.c @@ -219,8 +219,7 @@ MODULE_ALIAS_FS("lustre"); static int __init lustre_init(void) { - struct lnet_processid lnet_id; - int i, rc; + int rc; unsigned long lustre_inode_cache_flags; BUILD_BUG_ON(sizeof(LUSTRE_VOLATILE_HDR) != @@ -260,15 +259,6 @@ static int __init lustre_init(void) if (rc) GOTO(out_cache, rc); - /* Nodes with small feet have little entropy. The NID for this - * node gives the most entropy in the low bits. */ - for (i = 0;; i++) { - if (LNetGetId(i, &lnet_id) == -ENOENT) - break; - - add_device_randomness(&lnet_id.nid, sizeof(lnet_id.nid)); - } - rc = vvp_global_init(); if (rc != 0) GOTO(out_tunables, rc);