X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_ucache.h;h=c81a548b979c170c59f8a977d0e3139605d90341;hb=21fc724b44da49fd37121ea4c027e2480976215b;hp=f9c7deda7fc531c30eb4d2fba7b316c710adfe86;hpb=6e3ec5812ebd1b5ecf7cae584f429b013ffe7431;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_ucache.h b/lustre/include/lustre_ucache.h index f9c7ded..c81a548 100644 --- a/lustre/include/lustre_ucache.h +++ b/lustre/include/lustre_ucache.h @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -37,6 +37,11 @@ #ifndef _UPCALL_CACHE_H #define _UPCALL_CACHE_H +/** \defgroup ucache ucache + * + * @{ + */ + #define UC_CACHE_NEW 0x01 #define UC_CACHE_ACQUIRING 0x02 #define UC_CACHE_INVALID 0x04 @@ -149,4 +154,7 @@ struct upcall_cache *upcall_cache_init(const char *name); void upcall_cache_cleanup(struct upcall_cache *hash); #endif + +/** @} ucache */ + #endif /* _UPCALL_CACHE_H */