commit | d2c2819117176e139dc761873c664aaa770c79c9 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri Jun 08 15:44:53 2012 +1000 |
committer | Ben Myers <bpm@sgi.com> | Thu Jun 14 12:28:22 2012 -0500 |
tree | 03c64c1d3f21f8628ca313b276ce327a3c012549 | |
parent | 0f2cf9d3d917b269645902506adaa4ff92b5e506 [diff] |
xfs: m_maxioffset is redundant The m_maxioffset field in the struct xfs_mount contains the same value as the superblock s_maxbytes field. There is no need to carry two copies of this limit around, so use the VFS superblock version. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Ben Myers <bpm@sgi.com>