commit | bb3b0e3df5420fdf2c6bbb4417525c6d2ef55bbb | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Aug 16 16:03:57 2007 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Oct 10 08:55:29 2007 +0100 |
tree | 6eab0fa06b4dc9f9a8d62cedaa6879327966a20c | |
parent | 2d9a4bbf6d28673f4057682cc02d16bf288b4a35 [diff] |
[GFS2] Clean up invalidatepage/releasepage This patch fixes some bugs relating to journaled data files by cleaning up the gfs2_invalidatepage() and gfs2_releasepage() functions. We now never block during gfs2_releasepage(), instead we always either release or refuse to release depending on the status of the buffers. This fixes Red Hat bugzillas #248969 and #252392. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Cc: Bob Peterson <rpeterso@redhat.com>