diff options
author | Josef Sipek <jsipek@fsl.cs.sunysb.edu> | 2006-12-08 05:37:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:28:48 -0500 |
commit | 24e23c24e7a4754e50439dfc33bdbd05b09c4cc5 (patch) | |
tree | 66bd5ca76d2d4d8cc37c944e373785b87cf49f4e /fs/qnx4/dir.c | |
parent | c2c8bbadbf6532e48025c9065231244f0c477c29 (diff) |
[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 @@ | |||
22 | 22 | ||
23 | static int qnx4_readdir(struct file *filp, void *dirent, filldir_t filldir) | 23 | static int qnx4_readdir(struct file *filp, void *dirent, filldir_t filldir) |
24 | { | 24 | { |
25 | struct inode *inode = filp->f_dentry->d_inode; | 25 | struct inode *inode = filp->f_path.dentry->d_inode; |
26 | unsigned int offset; | 26 | unsigned int offset; |
27 | struct buffer_head *bh; | 27 | struct buffer_head *bh; |
28 | struct qnx4_inode_entry *de; | 28 | struct qnx4_inode_entry *de; |