From 3db0d755934c39250bc594ae7c62eee339489a53 Mon Sep 17 00:00:00 2001 From: Josef Sipek Date: Fri, 8 Dec 2006 02:36:53 -0800 Subject: [PATCH] --- yaml --- r: 43553 b: refs/heads/master c: 61a8424ab8f611d199bfc8ca329ec0ea77a4d4ea h: refs/heads/master i: 43551: 24ff7c872559c32370117b85215a090a02dbab80 v: v3 --- [refs] | 2 +- trunk/fs/bfs/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b3dba15f8e54..21eb225d2d74 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28f375fd6ff266d8e321648b36456f696cfae220 +refs/heads/master: 61a8424ab8f611d199bfc8ca329ec0ea77a4d4ea diff --git a/trunk/fs/bfs/dir.c b/trunk/fs/bfs/dir.c index a650f1d0b85e..2a746e688df5 100644 --- a/trunk/fs/bfs/dir.c +++ b/trunk/fs/bfs/dir.c @@ -27,7 +27,7 @@ static struct buffer_head * bfs_find_entry(struct inode * dir, static int bfs_readdir(struct file * f, void * dirent, filldir_t filldir) { - struct inode * dir = f->f_dentry->d_inode; + struct inode * dir = f->f_path.dentry->d_inode; struct buffer_head * bh; struct bfs_dirent * de; unsigned int offset;