1
0
Fork 0

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

linux kernel doesn't manage page sizes below 4kb.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
hifive-unleashed-5.1
Fabian Frederick 2014-12-12 16:57:55 -08:00 committed by Linus Torvalds
parent 9abb408307
commit 92cab82b2c
1 changed files with 0 additions and 4 deletions

View File

@ -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