From 056b9bb6c9a35c943842aa7e1c8d4d3fbf084f02 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 4 Aug 2006 13:59:53 +0000 Subject: [PATCH] liblustre: fix warning during user-space compilation --- lustre/include/lustre_mds.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/lustre_mds.h b/lustre/include/lustre_mds.h index f130c3d..901829f 100644 --- a/lustre/include/lustre_mds.h +++ b/lustre/include/lustre_mds.h @@ -78,6 +78,8 @@ struct mds_file_data { #endif /* mds/mds_reint.c */ +struct inode; + int mds_reint_rec(struct mds_update_record *r, int offset, struct ptlrpc_request *req, struct lustre_handle *); -- 1.8.3.1