From: adilger Date: Wed, 9 Jul 2003 22:03:30 +0000 (+0000) Subject: Add fix-tabs header + copyright. X-Git-Tag: v1_7_100~1^91~42 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cfb4397e703b1be98a84ee3724142b32d38f2285;p=fs%2Flustre-release.git Add fix-tabs header + copyright. --- diff --git a/lustre/obdfilter/filter_internal.h b/lustre/obdfilter/filter_internal.h index 5859331..b965686 100644 --- a/lustre/obdfilter/filter_internal.h +++ b/lustre/obdfilter/filter_internal.h @@ -1,7 +1,15 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (C) 2003 Cluster File Systems, Inc. + * + * This code is issued under the GNU General Public License. + * See the file COPYING in this distribution + */ + #ifndef _FILTER_INTERNAL_H #define _FILTER_INTERNAL_H - #ifdef __KERNEL__ # include #endif @@ -98,7 +106,7 @@ void f_dput(struct dentry *); struct dentry *filter_fid2dentry(struct obd_device *, struct dentry *dir, obd_mode mode, obd_id id); struct dentry *__filter_oa2dentry(struct lustre_handle *conn, - struct obdo *oa, char *what); + struct obdo *oa, char *what); #define filter_oa2dentry(conn, oa) __filter_oa2dentry(conn, oa, __FUNCTION__) int filter_finish_transno(struct obd_export *, struct obd_trans_info *, int rc);