The patch titled documentation-atomic_add_unless-doesnt-imply-mb-on-failure-fix has been removed from the -mm tree. Its filename was documentation-atomic_add_unless-doesnt-imply-mb-on-failure-fix.patch This patch was dropped because it is obsolete The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: documentation-atomic_add_unless-doesnt-imply-mb-on-failure-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Nick Piggin <npiggin@xxxxxxx> Cc: Oleg Nesterov <oleg@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/memory-barriers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/atomic_ops.txt~documentation-atomic_add_unless-doesnt-imply-mb-on-failure-fix Documentation/atomic_ops.txt diff -puN Documentation/memory-barriers.txt~documentation-atomic_add_unless-doesnt-imply-mb-on-failure-fix Documentation/memory-barriers.txt --- a/Documentation/memory-barriers.txt~documentation-atomic_add_unless-doesnt-imply-mb-on-failure-fix +++ a/Documentation/memory-barriers.txt @@ -1493,7 +1493,7 @@ explicit lock operations, described late atomic_dec_and_test(); atomic_sub_and_test(); atomic_add_negative(); - atomic_add_unless(); /* when succeeds (returns 1) */ + atomic_add_unless(); /* when it succeeds (returns 1) */ test_and_set_bit(); test_and_clear_bit(); test_and_change_bit(); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch rtc-add-support-for-the-s-35390a-rtc-chip.patch zlc_setup-handle-jiffies-wraparound.patch documentation-atomic_add_unless-doesnt-imply-mb-on-failure-fix.patch tridentfb-resource-management-fixes-in-probe-function.patch add-noinline_for_stack.patch ndelay-switch-to-c-function-to-avoid-64-bit-division.patch sm501-add-support-for-the-sm502-programmable-pll.patch markers-dont-risk-null-deref-in-marker.patch iommu-parisc-pass-struct-device-to-iommu_alloc_range.patch iommu-parisc-make-the-iommus-respect-the-segment-boundary-limits.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