diff options
Diffstat (limited to 'fs/gfs2/locking.c')
-rw-r--r-- | fs/gfs2/locking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking.c b/fs/gfs2/locking.c index a4a367aa5cc1..523243a13a21 100644 --- a/fs/gfs2/locking.c +++ b/fs/gfs2/locking.c | |||
@@ -163,7 +163,7 @@ retry: | |||
163 | mutex_lock(&lmh_lock); | 163 | mutex_lock(&lmh_lock); |
164 | 164 | ||
165 | if (list_empty(&nolock_proto.lw_list)) | 165 | if (list_empty(&nolock_proto.lw_list)) |
166 | list_add(&lmh_list, &nolock_proto.lw_list); | 166 | list_add(&nolock_proto.lw_list, &lmh_list); |
167 | 167 | ||
168 | found = 0; | 168 | found = 0; |
169 | list_for_each_entry(lw, &lmh_list, lw_list) { | 169 | list_for_each_entry(lw, &lmh_list, lw_list) { |