aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.h
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2007-07-20 11:28:30 -0700
committerMark Fasheh <mark.fasheh@oracle.com>2007-08-09 17:25:07 -0700
commita00cce356b5592208e761525a48a25902322cce9 (patch)
treeea965cdda9b4d2b8a156aaa6e54498351577fb3f /fs/ocfs2/super.h
parentocfs2: Restrict inode changes in ocfs2_update_inode_atime() (diff)
downloadlinux-dev-a00cce356b5592208e761525a48a25902322cce9.tar.xz
linux-dev-a00cce356b5592208e761525a48a25902322cce9.zip
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>
Diffstat (limited to 'fs/ocfs2/super.h')
-rw-r--r--fs/ocfs2/super.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/super.h b/fs/ocfs2/super.h
index 3b9cb3d0b008..783f5270f2a1 100644
--- a/fs/ocfs2/super.h
+++ b/fs/ocfs2/super.h
@@ -45,6 +45,4 @@ void __ocfs2_abort(struct super_block *sb,
#define ocfs2_abort(sb, fmt, args...) __ocfs2_abort(sb, __PRETTY_FUNCTION__, fmt, ##args)
-unsigned long long ocfs2_max_file_offset(unsigned int blockshift);
-
#endif /* OCFS2_SUPER_H */