+ radix-tree-rcu-lockless-readside-semicolon.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     radix-tree: RCU lockless readside (semicolon)

has been added to the -mm tree.  Its filename is

     radix-tree-rcu-lockless-readside-semicolon.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: radix-tree: RCU lockless readside (semicolon)
From: Nick Piggin <nickpiggin@xxxxxxxxxxxx>


And here's the patch.

Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 lib/radix-tree.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN lib/radix-tree.c~radix-tree-rcu-lockless-readside-semicolon lib/radix-tree.c
--- a/lib/radix-tree.c~radix-tree-rcu-lockless-readside-semicolon
+++ a/lib/radix-tree.c
@@ -751,7 +751,7 @@ __lookup_tag(struct radix_tree_node *slo
 		}
 		shift -= RADIX_TREE_MAP_SHIFT;
 		slot = rcu_dereference(slot->slots[i]);
-		if (slot == NULL);
+		if (slot == NULL)
 			break;
 	}
 out:
_

Patches currently in -mm which might be from nickpiggin@xxxxxxxxxxxx are

pg_uncached-is-ia64-only.patch
git-gfs2.patch
aop_truncated_page-victims-in-read_pages-belong-in-the-lru.patch
radix-tree-rcu-lockless-readside-semicolon.patch
adix-tree-rcu-lockless-readside-update-tidy.patch
sched-implement-smpnice.patch
sched-prevent-high-load-weight-tasks-suppressing-balancing.patch
sched-improve-stability-of-smpnice-load-balancing.patch
sched_domain-handle-kmalloc-failure.patch
sched_domain-handle-kmalloc-failure-fix.patch
sched_domain-dont-use-gfp_atomic.patch
sched_domain-use-kmalloc_node.patch
sched_domain-allocate-sched_group-structures-dynamically.patch
sched-mc-smt-power-savings-sched-policy.patch
sched_exit-fix-parent-time_slice-calculation.patch
sched_exit-move-the-callsite-to-do_exit.patch
sched-uninline-task_rq_lock.patch
sched2-sched-domain-sysctl.patch
drop-tasklist-lock-in-do_sched_setscheduler.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux