From 08c1495f4e1269013a998f928ebc27e457070025 Mon Sep 17 00:00:00 2001 From: shaocheng Date: Tue, 24 Feb 2004 23:37:11 +0000 Subject: [PATCH] update with current HEAD --- lustre/include/lustre/Makefile | 2 +- lustre/include/lustre/lustre_user.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lustre/include/lustre/Makefile b/lustre/include/lustre/Makefile index 913c87d..3cb1e24 100644 --- a/lustre/include/lustre/Makefile +++ b/lustre/include/lustre/Makefile @@ -93,7 +93,7 @@ MOD_LINK = elf_i386 PACKAGE = lustre QSWNAL = RANLIB = ranlib -RELEASE = 2.4.20_6um_200402100026 +RELEASE = 2.4.20_6um_200402241817 SCIMACNAL = STRIP = SYSIO = $(top_srcdir)/../libsysio diff --git a/lustre/include/lustre/lustre_user.h b/lustre/include/lustre/lustre_user.h index 33a6251..2eba485 100644 --- a/lustre/include/lustre/lustre_user.h +++ b/lustre/include/lustre/lustre_user.h @@ -30,6 +30,8 @@ #define LL_IOC_CLRFLAGS _IOW ('f', 153, long) #define LL_IOC_LOV_SETSTRIPE _IOW ('f', 154, long) #define LL_IOC_LOV_GETSTRIPE _IOW ('f', 155, long) +#define LL_IOC_LOV_SETEA _IOW ('f', 156, long) +#define LL_IOC_RECREATE_OBJ _IOW ('f', 157, long) #define O_LOV_DELAY_CREATE 0100000000 /* hopefully this does not conflict */ @@ -42,6 +44,7 @@ #define LOV_PATTERN_RAID1 0x002 #define LOV_PATTERN_FIRST 0x100 +#define lov_user_ost_data lov_user_ost_data_v1 struct lov_user_ost_data_v1 { /* per-stripe data structure */ __u64 l_object_id; /* OST object ID */ __u64 l_object_gr; /* OST object group (creating MDS number) */ -- 1.8.3.1