commit | b9e03f1861d8ee117aebb40e5d975cf355879405 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Wed Feb 14 09:32:39 2018 -0700 |
committer | Bob Peterson <rpeterso@redhat.com> | Thu Mar 08 09:26:20 2018 -0700 |
tree | 259366993189bcf0156f9a3ced58b23e853b9821 | |
parent | 9bc980cdb9ac2fd2e6c18ba5ba18a6909971a4a2 [diff] |
GFS2: Only set PageChecked for jdata pages Before this patch, GFS2 was setting the PageChecked flag for ordered write pages. This is unnecessary. The ext3 file system only does it for jdata, and it's only used in jdata circumstances. It only muddies the already murky waters of writing pages in the aops. Signed-off-by: Bob Peterson <rpeterso@redhat.com>