Selaa lähdekoodia

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>
Fabian Frederick 10 vuotta sitten
vanhempi
commit
92cab82b2c
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0 4
      fs/affs/file.c

+ 0 - 4
fs/affs/file.c

@@ -15,10 +15,6 @@
 #include <linux/aio.h>
 #include <linux/aio.h>
 #include "affs.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 struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext);
 
 
 static int
 static int