mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	[PATCH] struct path: convert udf
Signed-off-by: Josef Sipek <jsipek@fsl.cs.sunysb.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
		
							parent
							
								
									5495ca657d
								
							
						
					
					
						commit
						5096e933a9
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -77,7 +77,7 @@ const struct file_operations udf_dir_operations = { | |||
| 
 | ||||
| int udf_readdir(struct file *filp, void *dirent, filldir_t filldir) | ||||
| { | ||||
| 	struct inode *dir = filp->f_dentry->d_inode; | ||||
| 	struct inode *dir = filp->f_path.dentry->d_inode; | ||||
| 	int result; | ||||
| 
 | ||||
| 	lock_kernel(); | ||||
|  | @ -225,7 +225,7 @@ do_udf_readdir(struct inode * dir, struct file *filp, filldir_t filldir, void *d | |||
| 
 | ||||
| 		if ( cfi.fileCharacteristics & FID_FILE_CHAR_PARENT ) | ||||
| 		{ | ||||
| 			iblock = parent_ino(filp->f_dentry); | ||||
| 			iblock = parent_ino(filp->f_path.dentry); | ||||
| 			flen = 2; | ||||
| 			memcpy(fname, "..", flen); | ||||
| 			dt_type = DT_DIR; | ||||
|  |  | |||
|  | @ -108,7 +108,7 @@ static ssize_t udf_file_aio_write(struct kiocb *iocb, const struct iovec *iov, | |||
| { | ||||
| 	ssize_t retval; | ||||
| 	struct file *file = iocb->ki_filp; | ||||
| 	struct inode *inode = file->f_dentry->d_inode; | ||||
| 	struct inode *inode = file->f_path.dentry->d_inode; | ||||
| 	int err, pos; | ||||
| 	size_t count = iocb->ki_left; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Josef Sipek
						Josef Sipek