1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-26 02:02:23 +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:
florian 2006-12-18 21:57:24 +00:00
parent 5434398b7d
commit b53dfbf24e

View File

@ -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 */
+ +