summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/exportfs/expfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exportfs/expfs.c b/fs/exportfs/expfs.c
index 645158dc33f1..c8a3dfda1764 100644
--- a/fs/exportfs/expfs.c
+++ b/fs/exportfs/expfs.c
@@ -147,6 +147,7 @@ static struct dentry *reconnect_one(struct vfsmount *mnt,
147 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); 147 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf));
148 if (IS_ERR(tmp)) { 148 if (IS_ERR(tmp)) {
149 dprintk("%s: lookup failed: %d\n", __func__, PTR_ERR(tmp)); 149 dprintk("%s: lookup failed: %d\n", __func__, PTR_ERR(tmp));
150 err = PTR_ERR(tmp);
150 goto out_err; 151 goto out_err;
151 } 152 }
152 if (tmp != dentry) { 153 if (tmp != dentry) {