commit | a00cce356b5592208e761525a48a25902322cce9 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jul 20 11:28:30 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Aug 09 17:25:07 2007 -0700 |
tree | ea965cdda9b4d2b8a156aaa6e54498351577fb3f | |
parent | c11e9fafb398411af7558fca913c2fa4a10b1f48 [diff] |
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 <mark.fasheh@oracle.com>