From 57867e17a704218129e893e094db7132b863fc56 Mon Sep 17 00:00:00 2001 From: braam Date: Tue, 10 Dec 2002 09:29:17 +0000 Subject: [PATCH] - fixes for compiles --- lustre/include/linux/lustre_fsfilt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/include/linux/lustre_fsfilt.h b/lustre/include/linux/lustre_fsfilt.h index 5f4632e..09fa8ce 100644 --- a/lustre/include/linux/lustre_fsfilt.h +++ b/lustre/include/linux/lustre_fsfilt.h @@ -41,8 +41,8 @@ struct fsfilt_operations { int (* fs_setattr)(struct dentry *dentry, void *handle, struct iattr *iattr); int (* fs_set_md)(struct inode *inode, void *handle, - void *md, int size); - int (* fs_get_md)(struct inode *inode, void *md, int size); + struct lov_mds_md *md, int size); + int (* fs_get_md)(struct inode *inode, struct lov_mds_md *md, int size); ssize_t (* fs_readpage)(struct file *file, char *buf, size_t count, loff_t *offset); int (* fs_journal_data)(struct file *file); -- 1.8.3.1