提交 92cab82b 编写于 作者: F Fabian Frederick 提交者: Linus Torvalds

fs/affs/file.c: remove obsolete pagesize check

linux kernel doesn't manage page sizes below 4kb.
Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 9abb4083
......@@ -15,10 +15,6 @@
#include <linux/aio.h>
#include "affs.h"
#if PAGE_SIZE < 4096
#error PAGE_SIZE must be at least 4096
#endif
static struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext);
static int
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册