Whamcloud - gitweb
Land b_head_quota onto HEAD (20081116_0105)
[fs/lustre-release.git] / lustre / osc / osc_cl_internal.h
index be6badb..6085101 100644 (file)
@@ -280,11 +280,7 @@ struct osc_page {
          * True for a `temporary page' created by read-ahead code, probably
          * outside of any DLM lock.
          */
-                              ops_temp:1,
-        /**
-         * True iff page was created by a user with `appropriate privileges'.
-         */
-                              ops_ignore_quota:1;
+                              ops_temp:1;
         /**
          * Linkage into a per-osc_object list of pages in flight. For
          * debugging.