Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
[firefly-linux-kernel-4.4.55.git] / fs / ocfs2 / super.h
index 783f5270f2a165c3c90ef1d54d014e9662174b00..3b9cb3d0b0081e5835306e5eafe36ba2da7f0399 100644 (file)
@@ -45,4 +45,6 @@ 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 */