Loading fs/bfs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/bfs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading