[Bluetooth] Read local version information on device init
[pandora-kernel.git] / fs / freevxfs / vxfs.h
index d35979a..c8a9265 100644 (file)
@@ -252,7 +252,7 @@ enum {
  * Get filesystem private data from VFS inode.
  */
 #define VXFS_INO(ip) \
-       ((struct vxfs_inode_info *)(ip)->u.generic_ip)
+       ((struct vxfs_inode_info *)(ip)->i_private)
 
 /*
  * Get filesystem private data from VFS superblock.