git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11e9fa
)
ocfs2: use s_maxbytes directly in ocfs2_change_file_space()
author
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 20 Jul 2007 18:28:30 +0000
(11:28 -0700)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 10 Aug 2007 00:25:07 +0000
(17:25 -0700)
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>
No differences found