]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
move-exit_task_namespaces-outside-of-exit_notify-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 19 Jun 2013 00:08:20 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:41 +0000 (17:27 +1000)
make fput() comment more truthful

Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Andrey Vagin <avagin@openvz.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/file_table.c

index 94b1bfad60dc8c962e625125cfc60d6e36e37d77..19dbbedae5a6e9aba9ea7309070e951737e7020d 100644 (file)
@@ -311,8 +311,7 @@ void fput(struct file *file)
                                return;
                        /*
                         * After this task has run exit_task_work(),
-                        * task_work_add() will fail.  free_ipc_ns()->
-                        * shm_destroy() can do this.  Fall through to delayed
+                        * task_work_add() will fail.  Fall through to delayed
                         * fput to avoid leaking *file.
                         */
                }