Whamcloud - gitweb
LU-92 files and dirs missing in dist tarball
[fs/lustre-release.git] / lustre / include / lustre_idmap.h
index 364a651..d75a034 100644 (file)
@@ -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.
  */
 /*
 #ifndef _LUSTRE_IDMAP_H
 #define _LUSTRE_IDMAP_H
 
+/** \defgroup idmap idmap
+ *
+ * @{
+ */
+
 #include <md_object.h>
 
 #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