projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reorder netfilter patches, update layer7 kernel to latest version, should improve...
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches
/
000-reinstate-devfs.patch
diff --git
a/target/linux/generic-2.6/patches/000-reinstate-devfs.patch
b/target/linux/generic-2.6/patches/000-reinstate-devfs.patch
index
aff55a9
..
5429a0e
100644
(file)
--- a/
target/linux/generic-2.6/patches/000-reinstate-devfs.patch
+++ b/
target/linux/generic-2.6/patches/000-reinstate-devfs.patch
@@
-9519,7
+9519,7
@@
diff -urN linux-2.6.19.old/fs/devfs/base.c linux-2.6.19.dev/fs/devfs/base.c
+{
+ if (inode == NULL)
+ return NULL;
-+ VERIFY_ENTRY((struct devfs_entry *)inode->
u.generic_ip
);
++ VERIFY_ENTRY((struct devfs_entry *)inode->
i_private
);
+ return inode->i_private;
+} /* End Function get_devfs_entry_from_vfs_inode */
+
This page took
0.027413 seconds
and
4
git commands to generate.