X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fsec%2Fgks%2Flproc_gks.c;fp=lustre%2Fsec%2Fgks%2Flproc_gks.c;h=0000000000000000000000000000000000000000;hb=113303973ec9f8484eb2355a1a6ef3c4c7fd6a56;hp=4849941cbada37c60ae566c3aa42a256c64e3195;hpb=272294dfa235dac803ed2d2b2ee8e0bd402622bb;p=fs%2Flustre-release.git diff --git a/lustre/sec/gks/lproc_gks.c b/lustre/sec/gks/lproc_gks.c deleted file mode 100644 index 4849941c..0000000 --- a/lustre/sec/gks/lproc_gks.c +++ /dev/null @@ -1,38 +0,0 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * - * Copyright (C) 2002 Cluster File Systems, Inc. - * - * This file is part of Lustre, http://www.lustre.org. - * - * Lustre is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. - * - * Lustre is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Lustre; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ -#define DEBUG_SUBSYSTEM S_CLASS - -#include -#include - -static struct lprocfs_vars lprocfs_gks_module_vars[] = { {0} }; -static struct lprocfs_vars lprocfs_gks_obd_vars[] = { {0} }; - -static struct lprocfs_vars lprocfs_gkt_module_vars[] = { {0} }; -static struct lprocfs_vars lprocfs_gkt_obd_vars[] = { {0} }; - -static struct lprocfs_vars lprocfs_gkc_module_vars[] = { {0} }; -static struct lprocfs_vars lprocfs_gkc_obd_vars[] = { {0} }; - -LPROCFS_INIT_VARS(gks, lprocfs_gks_module_vars, lprocfs_gks_obd_vars) -LPROCFS_INIT_VARS(gkt, lprocfs_gkt_module_vars, lprocfs_gkt_obd_vars) -LPROCFS_INIT_VARS(gkc, lprocfs_gkc_module_vars, lprocfs_gkc_obd_vars)