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

From: Brian F. G. Bidulock
Date: Wed Jun 21 2006 - 10:42:53 EST


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.
-
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/