From 688fcfde1f04eaa3dfa3341b1ee866c27e1521b0 Mon Sep 17 00:00:00 2001 From: braam Date: Tue, 15 Jul 2003 03:45:18 +0000 Subject: [PATCH] - a collection of minor changes to bring b_ad down onto b_unify - the 2.5 kernel patches from b_ad will follow shortly. --- lustre/obdfilter/filter_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter_internal.h b/lustre/obdfilter/filter_internal.h index c1d8427..93e9e23 100644 --- a/lustre/obdfilter/filter_internal.h +++ b/lustre/obdfilter/filter_internal.h @@ -111,7 +111,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 obd_device *obd,struct obdo *oa, - char *what); + const char *what); #define filter_oa2dentry(obd, oa) __filter_oa2dentry(obd, oa, __FUNCTION__) int filter_finish_transno(struct obd_export *, struct obd_trans_info *, int rc); -- 1.8.3.1