mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	isofs: switch to ->iterate_shared()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
		
							parent
							
								
									e17a21d3bb
								
							
						
					
					
						commit
						e899108994
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -269,7 +269,7 @@ const struct file_operations isofs_dir_operations = | ||||||
| { | { | ||||||
| 	.llseek = generic_file_llseek, | 	.llseek = generic_file_llseek, | ||||||
| 	.read = generic_read_dir, | 	.read = generic_read_dir, | ||||||
| 	.iterate = isofs_readdir, | 	.iterate_shared = isofs_readdir, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| /*
 | /*
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Al Viro
						Al Viro