The patch titled
     trivial whitespace fixes in kernel/container.c
has been removed from the -mm tree.  Its filename was
     
containersv10-support-for-automatic-userspace-release-agents-whitespace.patch

This patch was dropped because an updated version will be merged

------------------------------------------------------
Subject: trivial whitespace fixes in kernel/container.c
From: Daniel Walker <[EMAIL PROTECTED]>

Signed-off-by: Daniel Walker <[EMAIL PROTECTED]>
Cc: Paul Menage <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 kernel/container.c |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff -puN 
kernel/container.c~containersv10-support-for-automatic-userspace-release-agents-whitespace
 kernel/container.c
--- 
a/kernel/container.c~containersv10-support-for-automatic-userspace-release-agents-whitespace
+++ a/kernel/container.c
@@ -1760,7 +1760,7 @@ static int container_populate_dir(struct
        container_clear_directory(cont->dentry);
 
        err = container_add_files(cont, files, ARRAY_SIZE(files));
-       if (err < 0)
+       if (err < 0)
                return err;
 
        if (cont == cont->top_container) {
@@ -1988,15 +1988,15 @@ static void container_init_subsys(struct
        /* If this subsystem requested that it be notified with fork
         * events, we should send it one now for every process in the
         * system */
-       if (ss->fork) {
-               struct task_struct *g, *p;
+       if (ss->fork) {
+               struct task_struct *g, *p;
 
-               read_lock(&tasklist_lock);
-               do_each_thread(g, p) {
-                       ss->fork(ss, p);
-               } while_each_thread(g, p);
-               read_unlock(&tasklist_lock);
-       }
+               read_lock(&tasklist_lock);
+               do_each_thread(g, p) {
+                       ss->fork(ss, p);
+               } while_each_thread(g, p);
+               read_unlock(&tasklist_lock);
+       }
 
        need_forkexit_callback |= ss->fork || ss->exit;
 
_

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

containersv10-support-for-automatic-userspace-release-agents-whitespace.patch
profile-likely-unlikely-macros.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