projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f375f
)
[PATCH] struct path: convert bfs
author
Josef Sipek
<jsipek@fsl.cs.sunysb.edu>
Fri, 8 Dec 2006 10:36:53 +0000
(
02:36
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:44 +0000
(08:28 -0800)
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>
fs/bfs/dir.c
patch
|
blob
|
history
diff --git
a/fs/bfs/dir.c
b/fs/bfs/dir.c
index a650f1d0b85ea815860ef528d0177ceefa51655e..2a746e688df556519b8d597c999ab2205562ab9f 100644
(file)
--- a/
fs/bfs/dir.c
+++ b/
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;