GFS2: Use MAX_LFS_FILESIZE for meta inode size
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 8 Jan 2010 13:44:49 +0000 (13:44 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 11 Jan 2010 08:57:55 +0000 (08:57 +0000)
commitba198098a21a5dc8885fddfb308135bc2f138003
tree69202dabd5fd67b46da9ed8af230b8adb98c2b21
parente412bdb1260d13ec5e7b90b537fec2179d6f8989
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>
fs/gfs2/meta_io.c