X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_idmap.h;h=b2a1dc01338b3190fe3dc97cea85f153411916f5;hb=3b2d496affc294e86744ab9b1c1014f0ce81bb3e;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..b2a1dc0 100644 --- a/lustre/include/lustre_idmap.h +++ b/lustre/include/lustre_idmap.h @@ -1,6 +1,4 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: - * +/* * GPL HEADER START * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -26,7 +24,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 +40,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 +95,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