Whamcloud - gitweb
Branch: b1_4
[fs/lustre-release.git] / lustre / ost / ost_internal.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4
5 #ifndef OST_INTERNAL_H
6 #define OST_INTERNAL_H
7
8 #ifdef LPROCFS
9 extern void ost_print_req(void *seq_file, struct ptlrpc_request *req);
10 #else
11 # define ost_print_req NULL
12 #endif
13
14 #endif /* OST_INTERNAL_H */