Whamcloud - gitweb
This commit contains probably 92% of the striping infrastructure
[fs/lustre-release.git] / lustre / include / linux / obd_lov.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4
5 #ifndef _OBD_LOV_H__
6 #define _OBD_LOV_H__
7
8 #ifdef __KERNEL__
9
10 #define OBD_LOV_DEVICENAME "lov"
11
12 void lov_unpackdesc(struct lov_desc *ld);
13 void lov_packdesc(struct lov_desc *ld);
14
15
16 #endif
17 #endif