X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_cfg.h;h=d86ba777b9f44ab727011dd916dba1f6f86f0a38;hp=7262be3deb4086c8632c9cbc021577c84e179954;hb=a067251099b6b225f2409f680d9e4423253d0730;hpb=c47d656b7c42115fd83347c7594532c72b9a8326 diff --git a/lustre/include/lustre_cfg.h b/lustre/include/lustre_cfg.h index 7262be3..d86ba77 100644 --- a/lustre/include/lustre_cfg.h +++ b/lustre/include/lustre_cfg.h @@ -26,6 +26,8 @@ /* * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2012, 2013, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -84,6 +86,8 @@ enum lcfg_command_type { LCFG_POOL_REM = 0x00ce022, /**< remove an ost from a pool */ LCFG_POOL_DEL = 0x00ce023, /**< destroy an ost pool name */ LCFG_SET_LDLM_TIMEOUT = 0x00ce030, /**< set ldlm_timeout */ + LCFG_PRE_CLEANUP = 0x00cf031, /**< call type-specific pre + * cleanup cleanup */ }; struct lustre_cfg_bufs { @@ -286,7 +290,9 @@ static inline int lustre_cfg_sanity_check(void *buf, int len) #include +#ifndef INVALID_UID #define INVALID_UID (-1) +#endif /** @} cfg */