diff --git a/[refs] b/[refs] index 7d7b3f4d9286..8695323b3639 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d81afb87972013b43b055b4711dc75fdeeb9ba8 +refs/heads/master: 80274737220f8c5ea75696dde4c5c7feba39456f diff --git a/trunk/fs/gfs2/locking.c b/trunk/fs/gfs2/locking.c index a4a367aa5cc1..523243a13a21 100644 --- a/trunk/fs/gfs2/locking.c +++ b/trunk/fs/gfs2/locking.c @@ -163,7 +163,7 @@ int gfs2_mount_lockproto(char *proto_name, char *table_name, char *host_data, mutex_lock(&lmh_lock); if (list_empty(&nolock_proto.lw_list)) - list_add(&lmh_list, &nolock_proto.lw_list); + list_add(&nolock_proto.lw_list, &lmh_list); found = 0; list_for_each_entry(lw, &lmh_list, lw_list) {