From: yangsheng Date: Thu, 24 Jul 2008 14:56:13 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_100~1^298~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5dfad645422ba0116240f581152bd4f534f57984;p=fs%2Flustre-release.git Branch b1_8_gate b=15308 i=johann, shadow, zhenyu.xu, brian Update to SLES10 SP2 kernel-2.6.16.60-0.23 and update to OFED-1.3.1. --- diff --git a/lustre/include/linux/lvfs.h b/lustre/include/linux/lvfs.h index 2eae365..0fa316a 100644 --- a/lustre/include/linux/lvfs.h +++ b/lustre/include/linux/lvfs.h @@ -101,9 +101,11 @@ struct lvfs_run_ctxt { #ifdef __KERNEL__ -struct dentry *simple_mkdir(struct dentry *dir, char *name, int mode, int fix); +struct dentry *simple_mkdir(struct dentry *dir, struct vfsmount *mnt, + char *name, int mode, int fix); struct dentry *simple_mknod(struct dentry *dir, char *name, int mode, int fix); -int lustre_rename(struct dentry *dir, char *oldname, char *newname); +int lustre_rename(struct dentry *dir, struct vfsmount *mnt, char *oldname, + char *newname); int lustre_fread(struct file *file, void *buf, int len, loff_t *off); int lustre_fwrite(struct file *file, const void *buf, int len, loff_t *off); int lustre_fsync(struct file *file);