From 0e7e4143d15e01ccd09444fd68c4f8d119550833 Mon Sep 17 00:00:00 2001 From: lsy Date: Tue, 20 Sep 2005 03:26:04 +0000 Subject: [PATCH] update struct lustre_capa_data too with the introduction of igen. --- lustre/include/linux/lustre_sec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/linux/lustre_sec.h b/lustre/include/linux/lustre_sec.h index f9adb4e..5e4e05e 100644 --- a/lustre/include/linux/lustre_sec.h +++ b/lustre/include/linux/lustre_sec.h @@ -522,6 +522,7 @@ struct lustre_capa_data { __u32 lc_uid; /* uid, mapped uid */ __u32 lc_ruid; /* remote uid on client */ __u32 lc_op; /* operations allowed */ + __u32 lc_igen; /* inode generation */ __u64 lc_ino; /* inode# */ __u32 lc_mdsid; /* mds# */ __u32 lc_keyid; /* key used for the capability */ -- 1.8.3.1