diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-12-12 16:57:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-13 12:42:52 -0800 |
commit | 92cab82b2cac0c7b715dd3d0e41581b71db6ce7a (patch) | |
tree | e1d82f00e3db570df7815042e44814539c113c6d /fs/affs/file.c | |
parent | 9abb408307008a19be5719bbf1d069bb3ed7aa60 (diff) | |
download | linux-next-92cab82b2cac0c7b715dd3d0e41581b71db6ce7a.tar.gz |
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>
Diffstat (limited to 'fs/affs/file.c')
-rw-r--r-- | fs/affs/file.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/affs/file.c b/fs/affs/file.c index 05005bd2621a..8faa6593ca6d 100644 --- a/fs/affs/file.c +++ b/fs/affs/file.c @@ -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 |