commit | 52f341cf75d2da84811127582616984eb0602360 | [log] [tgz] |
---|---|---|
author | Abhijith Das <adas@redhat.com> | Fri Jul 21 02:03:21 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jul 21 02:03:21 2006 -0400 |
tree | fcefaa95a8813102f1f96e47cb772cc233f78be8 | |
parent | c5921fd02e6c720938141a45f1f9dbd71b17fff2 [diff] |
[GFS2] gfs2_set_flags double locking patch traced the "umount hang due to spurious glock" issue that I was having with gfs2meta. It's in the do_gfs2_set_flags function, which does a gfs2_holder_init as well as a gfs2_glock_nq_init (increases ref count by 2 instead of 1). Signed-off-by: Abhijith Das <adas@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>