diff options
author | Josef Sipek <jsipek@fsl.cs.sunysb.edu> | 2006-12-08 02:37:32 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 08:28:48 -0800 |
commit | 24e23c24e7a4754e50439dfc33bdbd05b09c4cc5 (patch) | |
tree | 66bd5ca76d2d4d8cc37c944e373785b87cf49f4e /fs/qnx4/dir.c | |
parent | c2c8bbadbf6532e48025c9065231244f0c477c29 (diff) | |
download | linux-stable-24e23c24e7a4754e50439dfc33bdbd05b09c4cc5.tar.gz linux-stable-24e23c24e7a4754e50439dfc33bdbd05b09c4cc5.tar.bz2 linux-stable-24e23c24e7a4754e50439dfc33bdbd05b09c4cc5.zip |
[PATCH] struct path: convert qnx4
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>
Diffstat (limited to 'fs/qnx4/dir.c')
-rw-r--r-- | fs/qnx4/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/qnx4/dir.c b/fs/qnx4/dir.c index 0d7103fa0df5..c94db1db7a71 100644 --- a/fs/qnx4/dir.c +++ b/fs/qnx4/dir.c @@ -22,7 +22,7 @@ static int qnx4_readdir(struct file *filp, void *dirent, filldir_t filldir) { - struct inode *inode = filp->f_dentry->d_inode; + struct inode *inode = filp->f_path.dentry->d_inode; unsigned int offset; struct buffer_head *bh; struct qnx4_inode_entry *de; |