fs/file_table.c:fput(): make comment more truthful Cc: "Eric W. Biederman" <[email protected]> Cc: Andrey Vagin <[email protected]> Cc: Oleg Nesterov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
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 @@ 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. */ }