Whamcloud - gitweb
- CROW-related fixes from b_hd_mdref
[fs/lustre-release.git] / lustre / include / linux / obd_cache.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4
5 #ifndef _OBD_CACHE_H__
6 #define _OBD_CACHE_H__
7
8 #ifdef __KERNEL__
9
10 #define OBD_CACHE_DEVICENAME "cobd"
11
12 #endif
13 #endif