From d6c9e0c54396c0b1cd101b69284373c42106acc6 Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 30 Aug 2006 14:53:58 +0000 Subject: [PATCH] Branch: b_cmd_new Just miss a file in the previous commit. --- lustre/cmm/cmm_internal.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lustre/cmm/cmm_internal.h b/lustre/cmm/cmm_internal.h index 2fbfd4e..debf1b6 100644 --- a/lustre/cmm/cmm_internal.h +++ b/lustre/cmm/cmm_internal.h @@ -36,7 +36,7 @@ #include struct cmm_device { - struct md_device cmm_md_dev; + struct md_device cmm_md_dev; /* device flags, taken from enum cmm_flags */ __u32 cmm_flags; /* underlaying device in MDS stack, usually MDD */ @@ -118,6 +118,10 @@ struct lu_object *cmm_object_alloc(const struct lu_context *ctx, const struct lu_object_header *hdr, struct lu_device *); +#ifdef HAVE_SPLIT_SUPPORT +/* cmm_split.c */ +int cml_try_to_split(const struct lu_context *ctx, struct md_object *mo); +#endif #endif /* __KERNEL__ */ #endif /* _CMM_INTERNAL_H */ -- 1.8.3.1