X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=fs%2Fufs%2Fsymlink.c;h=5b537e2fdda385a0da9aa346e93e05e83084e1dd;hb=2b0143b5c986be1ce8408b3aadc4709e0a94429d;hp=d283628b4778bc4fef3a07d8bf8b267458c1e389;hpb=a9ad99a612763803b995ce551ca43b20beb1f888;p=deliverable%2Flinux.git diff --git a/fs/ufs/symlink.c b/fs/ufs/symlink.c index d283628b4778..5b537e2fdda3 100644 --- a/fs/ufs/symlink.c +++ b/fs/ufs/symlink.c @@ -34,7 +34,7 @@ static void *ufs_follow_link(struct dentry *dentry, struct nameidata *nd) { - struct ufs_inode_info *p = UFS_I(dentry->d_inode); + struct ufs_inode_info *p = UFS_I(d_inode(dentry)); nd_set_link(nd, (char*)p->i_u1.i_symlink); return NULL; }