]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging/lustre: Remove liblustre references from explanations
authorOleg Drokin <green@linuxhacker.ru>
Fri, 26 Feb 2016 06:49:56 +0000 (01:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Mar 2016 03:17:41 +0000 (19:17 -0800)
Since liblustre is no longer with us, referencing to it in the
explanations only makes things less clear

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/cl_object.h
drivers/staging/lustre/lustre/include/lustre_lite.h
drivers/staging/lustre/lustre/include/obd.h
drivers/staging/lustre/lustre/obdclass/cl_object.c
drivers/staging/lustre/lustre/osc/osc_lock.c

index 4b3055d3011d0d2e327a7de9e85effed0a2e732d..fb971ded5a1b79a98e0de104745758ce5307954c 100644 (file)
@@ -697,7 +697,7 @@ enum cl_page_type {
 
        /** Transient page, the transient cl_page is used to bind a cl_page
         *  to vmpage which is not belonging to the same object of cl_page.
-        *  it is used in DirectIO, lockless IO and liblustre.
+        *  it is used in DirectIO and lockless IO.
         */
        CPT_TRANSIENT,
 };
@@ -2282,7 +2282,7 @@ enum cl_io_lock_dmd {
        CILR_MANDATORY = 0,
        /** Layers are free to decide between local and global locking. */
        CILR_MAYBE,
-       /** Never lock: there is no cache (e.g., liblustre). */
+       /** Never lock: there is no cache (e.g., lockless IO). */
        CILR_NEVER
 };
 
index 985232523c95bdd0962f5e7d5e65e02e43562de5..fcc5ebbceed8713b5bbddad9872aae9480fd8c2d 100644 (file)
@@ -54,7 +54,7 @@
 #define LL_MAX_BLKSIZE   (1UL<<LL_MAX_BLKSIZE_BITS)
 
 /*
- * This is embedded into liblustre and llite super-blocks to keep track of
+ * This is embedded into llite super-blocks to keep track of
  * connect flags (capabilities) supported by all imports given mount is
  * connected to.
  */
index abaacc937c2f90fbc79f0612dee36137ff54647d..4a0f2e8b19f6cad6f056853429cde1be0ac9c357 100644 (file)
@@ -658,7 +658,7 @@ enum obd_notify_event {
 
 /*
  * Data structure used to pass obd_notify()-event to non-obd listeners (llite
- * and liblustre being main examples).
+ * being main example).
  */
 struct obd_notify_upcall {
        int (*onu_upcall)(struct obd_device *host, struct obd_device *watched,
index 39b4fd030d4e3f0b36783a8f8a32633fd5298b5f..b626914139b3a2cf34eea6f3e4752531e89bfcee 100644 (file)
@@ -483,7 +483,6 @@ EXPORT_SYMBOL(cl_site_stats_print);
  * because Lustre code may call into other fs which has certain assumptions
  * about journal_info. Currently following fields in task_struct are identified
  * can be used for this purpose:
- *  - cl_env: for liblustre.
  *  - tux_info: only on RedHat kernel.
  *  - ...
  * \note As long as we use task_struct to store cl_env, we assume that once
index 87f3522fdda5e2cd26672ad03d734a18723a4a19..cc30814989c1c03f1dac512045b203bf17487de5 100644 (file)
@@ -223,8 +223,7 @@ static int osc_lock_unuse(const struct lu_env *env,
                /*
                 * Move lock into OLS_RELEASED state before calling
                 * osc_cancel_base() so that possible synchronous cancellation
-                * (that always happens e.g., for liblustre) sees that lock is
-                * released.
+                * sees that lock is released.
                 */
                ols->ols_state = OLS_RELEASED;
                return osc_lock_unhold(ols);