X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Futils%2Flustreapi_internal.h;h=5e05c9c2fbaa5fbaec39246babac9e083c536f82;hb=11afef00b6af407b8987076bd4f1ec9bc77eb75e;hp=deb77fcc15417ad23d6683dcad68fcc46b3c1bc1;hpb=7e41081c512afcb883582e9d9c24cd04e77d0b27;p=fs%2Flustre-release.git diff --git a/lustre/utils/lustreapi_internal.h b/lustre/utils/lustreapi_internal.h index deb77fc..5e05c9c 100644 --- a/lustre/utils/lustreapi_internal.h +++ b/lustre/utils/lustreapi_internal.h @@ -4,6 +4,8 @@ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * (C) Copyright 2012 Commissariat a l'energie atomique et aux energies + * + * Copyright (c) 2016, Intel Corporation. * alternatives * * All rights reserved. This program and the accompanying materials @@ -24,8 +26,7 @@ * * lustre/utils/lustreapi_internal.h * - */ -/* + * Copyright (c) 2016 Intel Corporation. * * Author: Aurelien Degremont * Author: JC Lafoucriere @@ -65,6 +66,7 @@ int root_ioctl(const char *mdtname, int opc, void *data, int *mdtidxp, * path as is. */ enum param_filter { + FILTER_BY_NONE, FILTER_BY_EXACT, FILTER_BY_FS_NAME, FILTER_BY_PATH @@ -127,5 +129,4 @@ int libcfs_ukuc_stop(struct lustre_kernelcomm *l); int libcfs_ukuc_get_rfd(struct lustre_kernelcomm *link); int libcfs_ukuc_msg_get(struct lustre_kernelcomm *l, char *buf, int maxsize, int transport); - #endif /* _LUSTREAPI_INTERNAL_H_ */