Hi, Linus, Please pull my kmap_atomic cleanup's for 3.6,
git://github.com/congwang/linux.git kmap_atomic this should be the final round of cleanup, as the definitions of enum km_type finally get removed from the whole tree. The patches stay in linux-next for a long time. Thanks! Cong Wang (14): jbd2: remove the second argument of kmap_atomic frv: remove the second parameter of kmap_atomic_primary() tile: remove usage of enum km_type highmem: remove the deprecated form of kmap_atomic arm: remove km_type definitions powerpc: remove km_type definitions frv: remove km_type definitions avr32: remove km_type definitions asm-generic: remove km_type definitions um: remove km_type definitions tile: remove km_type definitions feature-removal-schedule.txt: remove kmap_atomic(page, km_type) vmalloc: remove KM_USER0 from comments pipe: remove KM_USER0 from comments Documentation/feature-removal-schedule.txt | 8 ----- arch/arm/include/asm/kmap_types.h | 26 +----------------- arch/avr32/include/asm/kmap_types.h | 24 +--------------- arch/frv/include/asm/highmem.h | 34 ++++++----------------- arch/frv/include/asm/kmap_types.h | 24 +--------------- arch/frv/mb93090-mb00/pci-dma.c | 4 +- arch/frv/mm/cache-page.c | 8 +++--- arch/frv/mm/highmem.c | 20 +++++++------- arch/powerpc/include/asm/kmap_types.h | 31 +-------------------- arch/tile/include/asm/kmap_types.h | 31 +-------------------- arch/tile/mm/highmem.c | 2 +- arch/um/include/asm/kmap_types.h | 18 +----------- fs/jbd2/commit.c | 4 +- fs/pipe.c | 2 +- include/asm-generic/kmap_types.h | 34 +--------------------- include/linux/highmem.h | 41 +--------------------------- include/linux/pipe_fs_i.h | 8 ++--- mm/vmalloc.c | 8 +---- 18 files changed, 44 insertions(+), 283 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/