The patch titled
     add-a-rounddown_pow_of_two-routine-to-log2h.patch fix
has been removed from the -mm tree.  Its filename was
     add-a-rounddown_pow_of_two-routine-to-log2hpatch-fix.patch

This patch was dropped because it was folded into 
add-a-rounddown_pow_of_two-routine-to-log2h.patch

------------------------------------------------------
Subject: add-a-rounddown_pow_of_two-routine-to-log2h.patch fix
From: Mariusz Kozlowski <[EMAIL PROTECTED]>

        This patch fixes the unbalanced parenthesis inroduced by
add-a-rounddown_pow_of_two-routine-to-log2h.patch.

Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]>
Cc: Robert P. J. Day <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/log2.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
include/linux/log2.h~add-a-rounddown_pow_of_two-routine-to-log2hpatch-fix 
include/linux/log2.h
--- a/include/linux/log2.h~add-a-rounddown_pow_of_two-routine-to-log2hpatch-fix
+++ a/include/linux/log2.h
@@ -186,7 +186,7 @@ unsigned long __rounddown_pow_of_two(uns
 (                                              \
        __builtin_constant_p(n) ? (             \
                (n == 1) ? 0 :                  \
-               (1UL << ilog2(n)) :             \
+               (1UL << ilog2(n))) :            \
        __rounddown_pow_of_two(n)               \
  )
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
drivers-char-consolemapc-kmalloc-memset-conversion-to-kzalloc.patch
doc-firmware_sample_firmware_classc-kmalloc-memset-conversion-to-kzalloc.patch
fs-autofs4-inodec-kmalloc-memset-conversion-to-kzalloc.patch
drivers-char-ip2-ip2mainc-kmalloc-memset-conversion-to-kzalloc.patch
add-a-rounddown_pow_of_two-routine-to-log2h.patch
add-a-rounddown_pow_of_two-routine-to-log2hpatch-fix.patch
kernel-forkc-remove-unneeded-variable-initialization-in-copy_process.patch
fs-reiser4-plugin-file-cryptcompressc-kmalloc-memset-conversion-to-kzalloc.patch
reiser4-kmalloc-memset-conversion-to-kzalloc.patch
fs-reiser4-init_superc-kmalloc-memset-conversion-to-kzalloc.patch
fs-reiser4-plugin-inode_ops_renamec-kmalloc-memset-conversion-to-kzalloc.patch
fs-reiser4-ktxnmgrdc-kmalloc-memset-conversion-to-kzalloc.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to