aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlmglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dlmglue.c')
-rw-r--r--fs/ocfs2/dlmglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c
index c5e4a49e3a12..172f4c6ce1be 100644
--- a/fs/ocfs2/dlmglue.c
+++ b/fs/ocfs2/dlmglue.c
@@ -3155,7 +3155,7 @@ out:
3155/* Mark the lockres as being dropped. It will no longer be 3155/* Mark the lockres as being dropped. It will no longer be
3156 * queued if blocking, but we still may have to wait on it 3156 * queued if blocking, but we still may have to wait on it
3157 * being dequeued from the downconvert thread before we can consider 3157 * being dequeued from the downconvert thread before we can consider
3158 * it safe to drop. 3158 * it safe to drop.
3159 * 3159 *
3160 * You can *not* attempt to call cluster_lock on this lockres anymore. */ 3160 * You can *not* attempt to call cluster_lock on this lockres anymore. */
3161void ocfs2_mark_lockres_freeing(struct ocfs2_lock_res *lockres) 3161void ocfs2_mark_lockres_freeing(struct ocfs2_lock_res *lockres)