From: wangdi Date: Wed, 30 Aug 2006 14:53:58 +0000 (+0000) Subject: Branch: b_cmd_new X-Git-Tag: v1_8_0_110~486^2~1059 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=d6c9e0c54396c0b1cd101b69284373c42106acc6;p=fs%2Flustre-release.git Branch: b_cmd_new Just miss a file in the previous commit. --- 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 */