From: Mark Fasheh Date: Fri, 20 Jul 2007 18:28:30 +0000 (-0700) Subject: ocfs2: use s_maxbytes directly in ocfs2_change_file_space() X-Git-Tag: v2.6.23-rc3~11^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00cce356b5592208e761525a48a25902322cce9;p=pandora-kernel.git ocfs2: use s_maxbytes directly in ocfs2_change_file_space() There's no need to recalculate things via ocfs2_max_file_offset() as we've already done that to fill s_maxbytes, so use that instead. We can also un-export ocfs2_max_file_offset() then. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed