commit | e402746a945ceb9d0486a8e3d5917c9228fa4404 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 25 11:20:19 2010 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Feb 03 09:47:04 2010 +0000 |
tree | c2e6c4d619c1cf35e97b16a9849517871c15d97b | |
parent | 1a45dcfe2525e9432cb4aba461d4994fc2befe42 [diff] |
GFS2: Wait for unlock completion on umount This patch adds a wait on umount between the point at which we dispose of all glocks and the point at which we unmount the lock protocol. This ensures that we've received all the replies to our unlock requests before we stop the locking. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Reported-by: Fabio M. Di Nitto <fdinitto@redhat.com>