mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									65aafb1e74
								
							
						
					
					
						commit
						be49b30a98
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -311,8 +311,7 @@ void fput(struct file *file)
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			/*
 | 
								/*
 | 
				
			||||||
			 * After this task has run exit_task_work(),
 | 
								 * After this task has run exit_task_work(),
 | 
				
			||||||
			 * task_work_add() will fail.  free_ipc_ns()->
 | 
								 * task_work_add() will fail.  Fall through to delayed
 | 
				
			||||||
			 * shm_destroy() can do this.  Fall through to delayed
 | 
					 | 
				
			||||||
			 * fput to avoid leaking *file.
 | 
								 * fput to avoid leaking *file.
 | 
				
			||||||
			 */
 | 
								 */
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue