commit | 9c538837d844574787c95bd5665f684559fb7065 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Mar 19 13:15:44 2009 +0000 |
committer | Steven Whitehouse <steve@dolmen.chygwyn.com> | Tue Mar 24 11:21:27 2009 +0000 |
tree | 6f2889435b03df7bd42f75d0f2577faf20d35775 | |
parent | 6bac243f0793499782267342eba852a8a6cc7ac4 [diff] |
Fix a minor bug in the previous patch The logic requires that we mark the glock dirty in page_mkwrite otherwise we might not flush correctly in the case that no allocation was required in the process of dirying the page. Also we need to set the shared write flag early for the same reason. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>