From: nikita Date: Fri, 4 Aug 2006 13:59:53 +0000 (+0000) Subject: liblustre: fix warning during user-space compilation X-Git-Tag: v1_8_0_110~486^2~1276 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=056b9bb6c9a35c943842aa7e1c8d4d3fbf084f02;p=fs%2Flustre-release.git liblustre: fix warning during user-space compilation --- 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 *);