summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-07-03 10:21:38 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2013-07-12 13:21:22 +1000
commit920d953be2c461c6a82c355f9504ad75bcf7cbae (patch)
treeacbcec345b2f7bd7e5861f21b44d33f9fe2d7e66 /fs
parentd841baa7f340bb4486f7db3b7f61a0960c588bd8 (diff)
move-exit_task_namespaces-outside-of-exit_notify-fix
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/file_table.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/file_table.c b/fs/file_table.c
index b44e4c559786..7528930dab1c 100644
--- a/fs/file_table.c
+++ b/fs/file_table.c
@@ -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.
*/
}