Subject: [folded-merged] lib-add-lz4-compressor-module-fix.patch removed from -mm tree To: akpm@xxxxxxxxxxxxxxxxxxxx,chanho.min@xxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 08 Jul 2013 15:34:52 -0700 The patch titled Subject: lib-add-lz4-compressor-module-fix has been removed from the -mm tree. Its filename was lib-add-lz4-compressor-module-fix.patch This patch was dropped because it was folded into lib-add-lz4-compressor-module.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: lib-add-lz4-compressor-module-fix make lz4_compresshcctx() static Cc: Chanho Min <chanho.min@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/lz4/lz4hc_compress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/lz4/lz4hc_compress.c~lib-add-lz4-compressor-module-fix lib/lz4/lz4hc_compress.c --- a/lib/lz4/lz4hc_compress.c~lib-add-lz4-compressor-module-fix +++ a/lib/lz4/lz4hc_compress.c @@ -314,7 +314,7 @@ static inline int lz4_encodesequence(con return 0; } -int lz4_compresshcctx(struct lz4hc_data *ctx, +static int lz4_compresshcctx(struct lz4hc_data *ctx, const char *source, char *dest, int isize) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch drivers-iommu-msm_iommu_devc-fix-leak-and-clean-up-error-paths.patch mm-remove-duplicated-call-of-get_pfn_range_for_nid.patch memcg-use-css_get-put-when-charging-uncharging-kmem.patch panic-add-cpu-pid-to-warn_slowpath_common-in-warning-printks.patch shm-fix-null-pointer-deref-when-userspace-specifies-invalid-hugepage-size-fix.patch ipc-utilc-ipc_rcu_alloc-cacheline-align-allocation.patch partitions-add-aix-lvm-partition-support-files.patch reboot-arm-change-reboot_mode-to-use-enum-reboot_mode.patch lib-add-lz4-compressor-module.patch crypto-add-lz4-cryptographic-api-fix.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