VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Andrew Morton <akpm@linux-foundation.org> 2013-09-11 14:24:34 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2013-09-11 15:59:01 -0700 commit: be49b30a98fe7e20f898fcfe7b6c082700fb96e8 parent: 65aafb1e7484b7434a0c1d4c593191ebe5776a2f
Commit Summary:
fs/file_table.c:fput(): make comment more truthful
Diffstat:
1 file changed, 1 insertion, 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.
 			 */
 		}