From 4acad06d2b2d5f03adfe2cb6a2ee865f787251ec Mon Sep 17 00:00:00 2001 From: jxiong Date: Wed, 30 Jan 2008 05:49:30 +0000 Subject: [PATCH] Merge from HEAD. --- lustre/include/lustre_disk.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/include/lustre_disk.h b/lustre/include/lustre_disk.h index fd8c664..98ede40 100644 --- a/lustre/include/lustre_disk.h +++ b/lustre/include/lustre_disk.h @@ -141,10 +141,6 @@ struct lustre_mount_data { int lmd_exclude_count; char *lmd_dev; /* device name */ char *lmd_profile; /* client only */ - char *lmd_sec_mdt; /* sec from mdt (to ost/mdt) */ - char *lmd_sec_cli; /* sec from client (to ost/mdt) */ - uid_t lmd_nllu; /* non-lustre-local-user id */ - gid_t lmd_nllg; /* non-lustre-local-group id */ char *lmd_opts; /* lustre mount options (as opposed to _device_ mount options) */ __u32 *lmd_exclude; /* array of OSTs to ignore */ -- 1.8.3.1