From: Tom Zanussi Date: Sun, 8 Jan 2006 09:02:26 +0000 (-0800) Subject: [PATCH] relayfs: use generic_ip for private data X-Git-Tag: v2.6.16-rc1~792 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51008f9f95a4c3158151a75f88fb03fb0f646aba;p=pandora-kernel.git [PATCH] relayfs: use generic_ip for private data Use inode->u.generic_ip instead of relayfs_inode_info to store pointer to user data. Clients using relayfs_file_create() to create their own files would probably more expect their data to be stored in generic_ip; we also intend in the next set of patches to get rid of relayfs-specific stuff in the file operations, so we might as well do it here. Signed-off-by: Tom Zanussi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed