mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[PATCH] struct path: convert bfs
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>
This commit is contained in:
parent
28f375fd6f
commit
61a8424ab8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
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 buffer_head * bh;
|
||||||
struct bfs_dirent * de;
|
struct bfs_dirent * de;
|
||||||
unsigned int offset;
|
unsigned int offset;
|
||||||
|
|
Loading…
Reference in a new issue