projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc5ef55
)
[PATCH] struct path: convert efs
author
Josef Sipek
<jsipek@fsl.cs.sunysb.edu>
Fri, 8 Dec 2006 10:37:00 +0000
(
02:37
-0800)
committer
Linus Torvalds
<torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:45 +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/efs/dir.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/efs/dir.c
b/fs/efs/dir.c
index 17f5b2d3c16a7071a18010926d574a26046569b1..b46c488eefc881d707a99c375b77a741ffbb3b0d 100644
(file)
--- a/
fs/efs/dir.c
+++ b/
fs/efs/dir.c
@@
-20,7
+20,7
@@
struct inode_operations efs_dir_inode_operations = {
};
static int efs_readdir(struct file *filp, void *dirent, filldir_t filldir) {
- struct inode *inode = filp->f_dentry->d_inode;
+ struct inode *inode = filp->f_
path.
dentry->d_inode;
struct buffer_head *bh;
struct efs_dir *dirblock;