Commit 92cab82b authored by Fabian Frederick's avatar Fabian Frederick Committed by Linus Torvalds

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

linux kernel doesn't manage page sizes below 4kb.
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment