commit | ba198098a21a5dc8885fddfb308135bc2f138003 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 08 13:44:49 2010 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 11 08:57:55 2010 +0000 |
tree | 69202dabd5fd67b46da9ed8af230b8adb98c2b21 | |
parent | e412bdb1260d13ec5e7b90b537fec2179d6f8989 [diff] |
GFS2: Use MAX_LFS_FILESIZE for meta inode size Using ~0ULL was cauing sign issues in filemap_fdatawrite_range, so use MAX_LFS_FILESIZE instead. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>