From: Dave Chinner Date: Fri, 8 Jun 2012 05:44:53 +0000 (+1000) Subject: xfs: m_maxioffset is redundant X-Git-Tag: v3.6-rc1~42^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c2819117176e139dc761873c664aaa770c79c9;p=pandora-kernel.git 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 Reviewed-by: Eric Sandeen Signed-off-by: Ben Myers --- Reading git-diff-tree failed