]> Git Repo - linux.git/blobdiff - fs/affs/namei.c
Merge tag 'rproc-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
[linux.git] / fs / affs / namei.c
index d6b9758ee23dcb8404dd08c7c892e912a6acfdc3..8c154490a2d6da040718d50b6b6b7142f0f2a0cf 100644 (file)
@@ -532,9 +532,6 @@ static struct dentry *affs_get_parent(struct dentry *child)
        parent = affs_iget(child->d_sb,
                           be32_to_cpu(AFFS_TAIL(child->d_sb, bh)->parent));
        brelse(bh);
-       if (IS_ERR(parent))
-               return ERR_CAST(parent);
-
        return d_obtain_alias(parent);
 }
 
This page took 0.032419 seconds and 4 git commands to generate.