Re: [RFC] [PATCH 1/8] inode_diet: Replace inode.u.generic_ip with inode.i_private

From: Theodore Tso
Date: Wed Jun 21 2006 - 11:35:42 EST


On Wed, Jun 21, 2006 at 08:44:08AM -0600, Brian F. G. Bidulock wrote:
> Theodore,
>
> On Wed, 21 Jun 2006, Theodore Tso wrote:
> >
> > static int remote_settings_file_open(struct inode *inode, struct file *file)
> > {
> > - file->private_data = inode->u.generic_ip;
> > + file->private_data = inode->i_private;
> > return 0;
> > }
> >
>
> I wish you would change private_data to f_private while your at it.

Different structure, different structure element, different patch.

- Ted
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/