Re: change of inode->i_private to inode->u.generic_ip

2007-12-26 Thread Thomas Petazzoni
Le Tue, 25 Dec 2007 19:12:09 +0530, "Manish Katiyar" <[EMAIL PROTECTED]> a écrit : > In kernel 2.6 there was a change of the union member field of inode > structure . So code which used previously used inode->u.generic_ip to > store its private information should use the new field > inode->i_priva

change of inode->i_private to inode->u.generic_ip

2007-12-25 Thread Manish Katiyar
Hi, In kernel 2.6 there was a change of the union member field of inode structure . So code which used previously used inode->u.generic_ip to store its private information should use the new field inode->i_private. I found references some sites that this change was done primarily to reduce the VFS