commit | f3915f83e84c1f14358aaa91e8785d6169092176 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jul 01 23:54:31 2019 +0200 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Wed Jul 03 08:53:01 2019 +0200 |
tree | 00ea8c4b154989fdaade319614f584b17f1bb8d0 | |
parent | f29e62eed261f01431d348d8b22a6f275d553a51 [diff] |
gfs2: use page_offset in gfs2_page_mkwrite Without casting page->index to a guaranteed 64-bit type, the value might be treated as 32-bit on 32-bit platforms and thus get truncated. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>