From fbcf5c7213c54d7c0381e9a1b96405b6d5dda0a4 Mon Sep 17 00:00:00 2001 From: green Date: Thu, 13 Nov 2008 02:16:01 +0000 Subject: [PATCH] b=16823 r=adilger,shadow Remove 4G limit for stripe_size * num_stripes. 4G limit on stripe_size is still in place, though. --- lustre/include/obd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 53e616a..399d4a9 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -1235,9 +1235,9 @@ struct lsm_operations { int (*lsm_destroy)(struct lov_stripe_md *, struct obdo *oa, struct obd_export *md_exp); void (*lsm_stripe_by_index)(struct lov_stripe_md *, int *, obd_off *, - unsigned long *); + obd_off *); void (*lsm_stripe_by_offset)(struct lov_stripe_md *, int *, obd_off *, - unsigned long *); + obd_off *); obd_off (*lsm_stripe_offset_by_index)(struct lov_stripe_md *, int); obd_off (*lsm_stripe_offset_by_offset)(struct lov_stripe_md *, obd_off); int (*lsm_stripe_index_by_offset)(struct lov_stripe_md *, obd_off); -- 1.8.3.1