X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_disk.h;h=7869803a5bd4be9f2c9235f2aee6f61ce5bac818;hp=487fdaf68b36191275a41be00c3ec0ecb54093d1;hb=467521a236e4c4ef2ad57358cb645083e89f8bdf;hpb=f6d6a552398eb1e65857d9bf1afaaf98c8dc1a79 diff --git a/lustre/include/lustre_disk.h b/lustre/include/lustre_disk.h index 487fdaf..7869803 100644 --- a/lustre/include/lustre_disk.h +++ b/lustre/include/lustre_disk.h @@ -27,7 +27,7 @@ * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2011, 2012, Whamcloud, Inc. + * Copyright (c) 2011, 2012, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -60,6 +60,7 @@ #define MOUNT_DATA_FILE MOUNT_CONFIGS_DIR"/"CONFIGS_FILE #define LAST_RCVD "last_rcvd" #define LOV_OBJID "lov_objid" +#define LOV_OBJSEQ "lov_objseq" #define HEALTH_CHECK "health_check" #define CAPA_KEYS "capa_keys" #define CHANGELOG_USERS "changelog_users" @@ -90,8 +91,6 @@ #define LDD_F_UPGRADE14 0x0200 /** process as lctl conf_param */ #define LDD_F_PARAM 0x0400 -/** backend fs make use of IAM directory format. */ -#define LDD_F_IAM_DIR 0x0800 /** all nodes are specified as service nodes */ #define LDD_F_NO_PRIMNODE 0x1000 /** IR enable flag */ @@ -105,7 +104,7 @@ #define LDD_F_OPC_READY 0x40000000 #define LDD_F_OPC_MASK 0xf0000000 -#define LDD_F_ONDISK_MASK (LDD_F_SV_TYPE_MASK | LDD_F_IAM_DIR) +#define LDD_F_ONDISK_MASK (LDD_F_SV_TYPE_MASK) #define LDD_F_MASK 0xFFFF @@ -511,6 +510,7 @@ struct lustre_sb_info { #define get_profile_name(sb) (s2lsi(sb)->lsi_lmd->lmd_profile) #define get_mount_flags(sb) (s2lsi(sb)->lsi_lmd->lmd_flags) +#define get_mntdev_name(sb) (s2lsi(sb)->lsi_lmd->lmd_dev) #endif /* __KERNEL__ */