Whamcloud - gitweb
LU-2936 ptlrpc: Do not try to fetch hp request blindly
[fs/lustre-release.git] / lustre / ost / ost_internal.h
index a751b43..9aa76d3 100644 (file)
@@ -26,6 +26,8 @@
 /*
  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
+ *
+ * Copyright (c) 2012, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -62,13 +64,6 @@ struct ost_thread_local_cache {
 
 struct ost_thread_local_cache *ost_tls(struct ptlrpc_request *r);
 
-/* threads for handling "create" request */
-#define OSS_CR_THREADS_MIN     2UL
-#define OSS_CR_THREADS_MAX     16UL
-
-/* Quota stuff */
-extern quota_interface_t *quota_interface;
-
 #ifdef LPROCFS
 void lprocfs_ost_init_vars(struct lprocfs_static_vars *lvars);
 #else