]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs/symlink.c
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
[linux-2.6-omap-h63xx.git] / fs / autofs / symlink.c
index 52e8772b066e33fece33d73ae5ddf30568c5b4ca..c74f2eb6577521ffec6f01bb1a7f0d21f66af5c1 100644 (file)
@@ -15,7 +15,7 @@
 /* Nothing to release.. */
 static void *autofs_follow_link(struct dentry *dentry, struct nameidata *nd)
 {
-       char *s=((struct autofs_symlink *)dentry->d_inode->u.generic_ip)->data;
+       char *s=((struct autofs_symlink *)dentry->d_inode->i_private)->data;
        nd_set_link(nd, s);
        return NULL;
 }