From e0812dd5754bdb078d1013acf10dbfecda80b776 Mon Sep 17 00:00:00 2001 From: vs Date: Thu, 23 Oct 2008 14:19:31 +0000 Subject: [PATCH] b=11063 i=green,vitaly this patch reverses https://bugzilla.lustre.org/attachment.cgi?id=7933 https://bugzilla.lustre.org/attachment.cgi?id=7882 https://bugzilla.lustre.org/attachment.cgi?id=15831 and replaces them with setting mtime to past under extent lock sanity test (39c) is added to check original problem i=adilger,grev --- lustre/include/obd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 3e2d717..67c04c1 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -1131,6 +1131,8 @@ struct obd_ops { struct lov_oinfo *loi, void *cookie); int (*o_merge_lvb)(struct obd_export *exp, struct lov_stripe_md *lsm, struct ost_lvb *lvb, int kms_only); + int (*o_update_lvb)(struct obd_export *exp, struct lov_stripe_md *lsm, + struct ost_lvb *lvb, obd_flag valid); int (*o_adjust_kms)(struct obd_export *exp, struct lov_stripe_md *lsm, obd_off size, int shrink); int (*o_punch)(struct obd_export *exp, struct obd_info *oinfo, -- 1.8.3.1