Whamcloud - gitweb
- a collection of minor changes to bring b_ad down onto b_unify
authorbraam <braam>
Tue, 15 Jul 2003 03:45:18 +0000 (03:45 +0000)
committerbraam <braam>
Tue, 15 Jul 2003 03:45:18 +0000 (03:45 +0000)
- the 2.5 kernel patches from b_ad will follow shortly.

lustre/obdfilter/filter_internal.h

index c1d8427..93e9e23 100644 (file)
@@ -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);