diff options
| author | Andrew Morton <[email protected]> | 2013-09-11 21:24:34 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2013-09-11 22:59:01 +0000 |
| commit | be49b30a98fe7e20f898fcfe7b6c082700fb96e8 (patch) | |
| tree | aaa6dfedf554476d31775ed32aa69cc0a6b2bfdd /fs/file_table.c | |
| parent | coredump: add new %P variable in core_pattern (diff) | |
| download | kernel-be49b30a98fe7e20f898fcfe7b6c082700fb96e8.tar.gz kernel-be49b30a98fe7e20f898fcfe7b6c082700fb96e8.zip | |
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]>
Diffstat (limited to 'fs/file_table.c')
| -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) 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. */ } |
