Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff273773 authored by Josef Sipek's avatar Josef Sipek Committed by Linus Torvalds
Browse files

[PATCH] struct path: convert jfs

parent ec2e203c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3009,7 +3009,7 @@ static inline struct jfs_dirent *next_jfs_dirent(struct jfs_dirent *dirent)
 */
 */
int jfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
int jfs_readdir(struct file *filp, void *dirent, filldir_t filldir)
{
{
	struct inode *ip = filp->f_dentry->d_inode;
	struct inode *ip = filp->f_path.dentry->d_inode;
	struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab;
	struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab;
	int rc = 0;
	int rc = 0;
	loff_t dtpos;	/* legacy OS/2 style position */
	loff_t dtpos;	/* legacy OS/2 style position */