Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f1c55
)
* Fixed comment describing how cl_lock_operations::clo_modify() is called
author
eeb
<eeb>
Fri, 9 Oct 2009 12:24:19 +0000
(12:24 +0000)
committer
eeb
<eeb>
Fri, 9 Oct 2009 12:24:19 +0000
(12:24 +0000)
lustre/include/cl_object.h
patch
|
blob
|
history
diff --git
a/lustre/include/cl_object.h
b/lustre/include/cl_object.h
index
c7e8ed6
..
9fd2d88
100644
(file)
--- a/
lustre/include/cl_object.h
+++ b/
lustre/include/cl_object.h
@@
-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()