The patch titled befs: fix build on parisc has been removed from the -mm tree. Its filename was befs-fix-build-on-parisc.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: befs: fix build on parisc From: Alexander Beregalov <a.beregalov@xxxxxxxxx> fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared Signed-off-by: Alexander Beregalov <a.beregalov@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/befs/super.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/befs/super.c~befs-fix-build-on-parisc fs/befs/super.c --- a/fs/befs/super.c~befs-fix-build-on-parisc +++ a/fs/befs/super.c @@ -8,6 +8,7 @@ */ #include <linux/fs.h> +#include <asm/page.h> /* for PAGE_SIZE */ #include "befs.h" #include "super.h" _ Patches currently in -mm which might be from a.beregalov@xxxxxxxxx are origin.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html