projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abb408
)
fs/affs/file.c: remove obsolete pagesize check
author
Fabian Frederick
<fabf@skynet.be>
Sat, 13 Dec 2014 00:57:55 +0000
(16:57 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 13 Dec 2014 20:42:52 +0000
(12:42 -0800)
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>
fs/affs/file.c
patch
|
blob
|
history
diff --git
a/fs/affs/file.c
b/fs/affs/file.c
index 05005bd2621ad4b1bad3eb2cd5c3aab8e73c46d5..8faa6593ca6defe4ab77c169f3fe9673b84a9ec3 100644
(file)
--- 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