commit | 086352f1aa8d717eaf565074d6634c7bdd26aca0 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Jan 14 13:46:51 2014 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Jan 14 19:20:49 2014 +0000 |
tree | d708e25a18042650b975700c10f92029a58fd0a9 | |
parent | 39849d6946a84861a517c09ca0b691ce6d98c7a6 [diff] |
GFS2: No need to invalidate pages for a dio read We recently fixed the writeback of pages prior to performing direct i/o, however the initial fix was perhaps a bit heavy handed. There is no need to invalidate pages if the direct i/o is only a read, since they will be identical to what has been flushed to disk anyway. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>