mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:13:02 +02:00
Replace inode.u.generic_ip with inode.i_private
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5848 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5434398b7d
commit
b53dfbf24e
@ -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)
|
+ if (inode == NULL)
|
||||||
+ return NULL;
|
+ return NULL;
|
||||||
+ VERIFY_ENTRY((struct devfs_entry *)inode->u.generic_ip);
|
+ VERIFY_ENTRY((struct devfs_entry *)inode->i_private);
|
||||||
+ return inode->i_private;
|
+ return inode->i_private;
|
||||||
+} /* End Function get_devfs_entry_from_vfs_inode */
|
+} /* End Function get_devfs_entry_from_vfs_inode */
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user