diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2013-09-11 17:24:34 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-11 18:59:01 -0400 |
| commit | be49b30a98fe7e20f898fcfe7b6c082700fb96e8 (patch) | |
| tree | aaa6dfedf554476d31775ed32aa69cc0a6b2bfdd | |
| parent | 65aafb1e7484b7434a0c1d4c593191ebe5776a2f (diff) | |
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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | fs/file_table.c | 3 |
1 files changed, 1 insertions, 2 deletions
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) | |||
| 311 | return; | 311 | return; |
| 312 | /* | 312 | /* |
| 313 | * After this task has run exit_task_work(), | 313 | * After this task has run exit_task_work(), |
| 314 | * task_work_add() will fail. free_ipc_ns()-> | 314 | * task_work_add() will fail. Fall through to delayed |
| 315 | * shm_destroy() can do this. Fall through to delayed | ||
| 316 | * fput to avoid leaking *file. | 315 | * fput to avoid leaking *file. |
| 317 | */ | 316 | */ |
| 318 | } | 317 | } |
