Whamcloud - gitweb
* Fixed comment describing how cl_lock_operations::clo_modify() is called
authoreeb <eeb>
Fri, 9 Oct 2009 12:24:19 +0000 (12:24 +0000)
committereeb <eeb>
Fri, 9 Oct 2009 12:24:19 +0000 (12:24 +0000)
lustre/include/cl_object.h

index c7e8ed6..9fd2d88 100644 (file)
@@ -1732,7 +1732,7 @@ struct cl_lock_operations {
                            const struct cl_lock_slice *slice,
                            struct cl_lock_closure *closure);
         /**
-         * Executed top-to-bottom when lock description changes (e.g., as a
+         * Executed bottom-to-top when lock description changes (e.g., as a
          * result of server granting more generous lock than was requested).
          *
          * \see lovsub_lock_modify()