[PATCH] isofs: change uses of f_{dentry, vfsmnt} to use f_path
Change all the uses of f_{dentry,vfsmnt} to f_path.{dentry,mnt} in the isofs filesystem. Signed-off-by: Josef "Jeff" Sipek <jsipek@cs.sunysb.edu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committato da
Linus Torvalds

parent
dba3230609
commit
2485822d51
@@ -42,7 +42,7 @@ static struct semaphore zisofs_zlib_semaphore;
|
||||
*/
|
||||
static int zisofs_readpage(struct file *file, struct page *page)
|
||||
{
|
||||
struct inode *inode = file->f_dentry->d_inode;
|
||||
struct inode *inode = file->f_path.dentry->d_inode;
|
||||
struct address_space *mapping = inode->i_mapping;
|
||||
unsigned int maxpage, xpage, fpage, blockindex;
|
||||
unsigned long offset;
|
||||
|
Fai riferimento in un nuovo problema
Block a user