From: Andrew Morton Date: Wed, 11 Sep 2013 21:24:34 +0000 (-0700) Subject: fs/file_table.c:fput(): make comment more truthful X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=be49b30a98fe7e20f898fcfe7b6c082700fb96e8;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git fs/file_table.c:fput(): make comment more truthful Cc: "Eric W. Biederman" Cc: Andrey Vagin Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/file_table.c b/fs/file_table.c index 322cd37626cb..abdd15ad13c9 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. */ }