From 204218a6d351f568effc6b15038b1eb06cc37f69 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 8 Jul 2011 20:56:55 -0400 Subject: [PATCH] --- yaml --- r: 254982 b: refs/heads/master c: a803b8067e317832d6a251c5b0486e36a4f81922 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/exofs/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 086aaca20fd3..6ec561d293d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b71fe2efa31cd18c865db474a4cd473b6ab5281 +refs/heads/master: a803b8067e317832d6a251c5b0486e36a4f81922 diff --git a/trunk/fs/exofs/super.c b/trunk/fs/exofs/super.c index 06065bd37fc3..c57beddcc217 100644 --- a/trunk/fs/exofs/super.c +++ b/trunk/fs/exofs/super.c @@ -913,7 +913,7 @@ struct dentry *exofs_get_parent(struct dentry *child) unsigned long ino = exofs_parent_ino(child); if (!ino) - return NULL; + return ERR_PTR(-ESTALE); return d_obtain_alias(exofs_iget(child->d_inode->i_sb, ino)); }