Whamcloud - gitweb
LU-1448 llite: Prevent NULL pointer dereference on disabled OSC
[fs/lustre-release.git] / lustre / obdclass / cl_internal.h
index 86a6f2a..48ba8da 100644 (file)
@@ -1,6 +1,4 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
+/*
  * GPL HEADER START
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112,7 +110,7 @@ struct cl_thread_info {
          */
         struct cl_sync_io    clt_anchor;
         /**
-         * Fields used by cl_lock_page_out().
+        * Fields used by cl_lock_discard_pages().
          */
         pgoff_t              clt_next_index;
         pgoff_t              clt_fn_index; /* first non-overlapped index */