Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be49b30a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

fs/file_table.c:fput(): make 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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 65aafb1e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.
			 */
		}