X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fliblustre%2Flutil.c;h=63c4d216583dba2c0feaa2dbd428877ad06a2b43;hb=633d4edb4e27ff3af7026e8d4e6770cec042a931;hp=b31284159e6837c718bb571d36cfc6545b6ce902;hpb=046a965cf0f54265208e74566d181f1ee9a3a729;p=fs%2Flustre-release.git diff --git a/lustre/liblustre/lutil.c b/lustre/liblustre/lutil.c index b312841..63c4d21 100644 --- a/lustre/liblustre/lutil.c +++ b/lustre/liblustre/lutil.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) 2004, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2011, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -57,15 +57,10 @@ #ifdef HAVE_ARPA_INET_H #include #endif -#ifdef HAVE_CATAMOUNT_DATA_H -#include -#endif #include "lutil.h" -unsigned int libcfs_subsystem_debug = ~0 - (S_LNET | S_LND); -unsigned int libcfs_debug = 0; struct task_struct *current;