commit | b8e7cbb65bcc99630e123422c6829ce3c0fcdf14 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Oct 17 09:04:24 2007 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:07:28 2008 +0000 |
tree | a9f68259b90e9e65ea7f0369f448d580a8944f06 | |
parent | 9ff8ec32e58875022447af619bec6e5aee7c77e4 [diff] |
[GFS2] Add writepages for GFS2 jdata This patch resolves a lock ordering issue where we had been getting a transaction lock in the wrong order with respect to the page lock. By using writepages rather than just writepage, it is then possible to start a transaction before locking the page, and thus matching the locking order elsewhere in the code. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>