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-Tag: v3.12-rc1~52^2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be49b30a98fe7e20f898fcfe7b6c082700fb96e8;p=profile%2Fcommon%2Fkernel-common.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 322cd37..abdd15a 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. */ }