X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2Fsuper25.c;h=0c675f6a5cc13498bbf19782d378c337d81e670b;hb=e2af7fb3c91dfb13d34d8e1b2f2df8c09621f768;hp=1e426d4694351c38511a47a78aefc1e33b134f4a;hpb=f7c68d305568873509766b3aff46e11ce3922d6f;p=fs%2Flustre-release.git diff --git a/lustre/llite/super25.c b/lustre/llite/super25.c index 1e426d4..0c675f6 100644 --- a/lustre/llite/super25.c +++ b/lustre/llite/super25.c @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -28,6 +26,8 @@ /* * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2011, 2012, Whamcloud, Inc. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -58,8 +58,6 @@ static struct inode *ll_alloc_inode(struct super_block *sb) return NULL; inode_init_once(&lli->lli_vfs_inode); - ll_lli_init(lli); - return &lli->lli_vfs_inode; } @@ -117,13 +115,11 @@ static int __init init_lustre_lite(void) struct timeval tv; lnet_process_id_t lnet_id; -#ifndef CRAY_XT3 /* print an address of _any_ initialized kernel symbol from this * module, to allow debugging with gdb that doesn't support data * symbols from modules.*/ - CDEBUG(D_CONSOLE, "Lustre client module (%p).\n", + CDEBUG(D_INFO, "Lustre client module (%p).\n", &lustre_super_operations); -#endif rc = ll_init_inodecache(); if (rc)