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:
8ac0352
)
[PATCH] struct path: convert atm
author
Josef Sipek
<jsipek@fsl.cs.sunysb.edu>
Fri, 8 Dec 2006 10:36:52 +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>
net/atm/proc.c
patch
|
blob
|
history
diff --git
a/net/atm/proc.c
b/net/atm/proc.c
index 91fe5f53ff112377755054d16ff82cd599dd54a5..739866bfe9e9d6992c05e64227964db56dcb3968 100644
(file)
--- a/
net/atm/proc.c
+++ b/
net/atm/proc.c
@@
-393,7
+393,7
@@
static ssize_t proc_dev_atm_read(struct file *file, char __user *buf,
if (count == 0) return 0;
page = get_zeroed_page(GFP_KERNEL);
if (!page) return -ENOMEM;
- dev = PDE(file->f_dentry->d_inode)->data;
+ dev = PDE(file->f_
path.
dentry->d_inode)->data;
if (!dev->ops->proc_read)
length = -EINVAL;
else {