Whamcloud - gitweb
LU-6042 osc: osc_object_ast_clear() LBUG
[fs/lustre-release.git] / lustre / osc / osc_cl_internal.h
index 6ed4179..1518db4 100644 (file)
@@ -27,7 +27,7 @@
  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  * Use is subject to license terms.
  *
- * Copyright (c) 2012, 2013, Intel Corporation.
+ * Copyright (c) 2012, 2014, Intel Corporation.
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
@@ -50,7 +50,6 @@
 #include <obd.h>
 /* osc_build_res_name() */
 #include <cl_object.h>
-#include <lclient.h>
 #include "osc_internal.h"
 
 /** \defgroup osc osc
@@ -68,7 +67,7 @@ struct osc_io {
         /** true if this io is lockless. */
         int                oi_lockless;
        /** how many LRU pages are reserved for this IO */
-       int oi_lru_reserved;
+       unsigned long      oi_lru_reserved;
 
        /** active extents, we know how many bytes is going to be written,
         * so having an active extent will prevent it from being fragmented */