The patch titled include falloc.h in header-y has been removed from the -mm tree. Its filename was include-falloch-in-header-y.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: include falloc.h in header-y From: Eric Sandeen <sandeen@xxxxxxxxxx> Include falloc.h in header-y; it defines a flag for the fallocate sysctl. Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/Kbuild~include-falloch-in-header-y include/linux/Kbuild --- a/include/linux/Kbuild~include-falloch-in-header-y +++ a/include/linux/Kbuild @@ -61,6 +61,7 @@ header-y += efs_fs_sb.h header-y += elf-fdpic.h header-y += elf-em.h header-y += fadvise.h +header-y += falloc.h header-y += fd.h header-y += fdreg.h header-y += fib_rules.h _ Patches currently in -mm which might be from sandeen@xxxxxxxxxx are -- 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