[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1416141864-20802-1-git-send-email-fabf@skynet.be>
Date: Sun, 16 Nov 2014 13:44:24 +0100
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel@...r.kernel.org
Cc: Fabian Frederick <fabf@...net.be>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [RFC 1/1] fs/affs/file.c: remove obsolete pagesize check
linux kernel doesn't manage page sizes below 4kb.
Cc: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
fs/affs/file.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/fs/affs/file.c b/fs/affs/file.c
index 05005bd..8faa659 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
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists