X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_idmap.h;h=d75a0348a7e9409b09037773dfa509a07c23055d;hb=6eec76a7d8a181fa95daa5781be282bc27cae4c9;hp=364a651911990630a20d8603f86408781f7bb701;hpb=6e3ec5812ebd1b5ecf7cae584f429b013ffe7431;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_idmap.h b/lustre/include/lustre_idmap.h index 364a651..d75a034 100644 --- a/lustre/include/lustre_idmap.h +++ b/lustre/include/lustre_idmap.h @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -42,6 +42,11 @@ #ifndef _LUSTRE_IDMAP_H #define _LUSTRE_IDMAP_H +/** \defgroup idmap idmap + * + * @{ + */ + #include #define CFS_NGROUPS_PER_BLOCK ((int)(CFS_PAGE_SIZE / sizeof(gid_t))) @@ -92,4 +97,6 @@ extern int lustre_idmap_lookup_gid(struct md_ucred *mu, extern struct lustre_idmap_table *lustre_idmap_init(void); extern void lustre_idmap_fini(struct lustre_idmap_table *t); +/** @} idmap */ + #endif