All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Peterson <rpeterso@redhat.com>
To: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Steven Whitehouse <swhiteho@redhat.com>,
	Al Viro <viro@zeniv.linux.org.uk>,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-nfs@vger.kernel.org, Miklos Szeredi <mszeredi@suse.cz>
Subject: Re: [PATCH] dcache: fix d_splice_alias handling of aliases
Date: Thu, 16 Jan 2014 11:54:07 -0500 (EST)	[thread overview]
Message-ID: <1875464309.3327883.1389891247171.JavaMail.root@redhat.com> (raw)
In-Reply-To: <20140116164411.GD16829@fieldses.org>

----- Original Message -----
| Something like this?
(snip)
| @@ -779,6 +782,11 @@ static struct dentry *__gfs2_lookup(struct inode *dir,
| struct dentry *dentry,
|  	}
|  
|  	d = d_splice_alias(inode, dentry);
| +	if (IS_ERR(d)) {
| +		iput(inode);
| +		gfs2_glock_dq_uninit(&gh);
| +		return ERR_PTR(error);

---------------------------------^
Shouldn't that be ERR_PTR(d)?

Bob Peterson
Red Hat File Systems

  reply	other threads:[~2014-01-16 16:54 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15 15:17 [PATCH] dcache: fix d_splice_alias handling of aliases J. Bruce Fields
2014-01-15 15:17 ` J. Bruce Fields
2014-01-15 17:34 ` Miklos Szeredi
2014-01-15 17:57   ` J. Bruce Fields
2014-01-15 18:25     ` Miklos Szeredi
2014-01-15 18:25       ` Miklos Szeredi
2014-01-16 15:41       ` J. Bruce Fields
2014-01-16 16:13         ` Miklos Szeredi
2014-01-16 16:13           ` Miklos Szeredi
2014-01-16 16:10 ` J. Bruce Fields
2014-01-16 16:10   ` J. Bruce Fields
2014-01-16 16:15   ` Steven Whitehouse
2014-01-16 16:44     ` J. Bruce Fields
2014-01-16 16:44       ` J. Bruce Fields
2014-01-16 16:54       ` Bob Peterson [this message]
2014-01-16 18:51         ` J. Bruce Fields
2014-01-17 10:04           ` Steven Whitehouse
2014-01-17 18:04             ` J. Bruce Fields
2014-01-17 12:17 ` Christoph Hellwig
2014-01-17 15:39   ` J. Bruce Fields
2014-01-17 15:39     ` J. Bruce Fields
2014-01-17 21:03     ` J. Bruce Fields
2014-01-17 21:03       ` J. Bruce Fields
2014-01-17 21:26       ` J. Bruce Fields
2014-01-17 21:26         ` J. Bruce Fields
2014-01-23 21:27         ` [PATCH] dcache: make d_splice_alias use d_materialise_unique J. Bruce Fields
2014-01-31 18:42           ` Al Viro
2014-01-31 19:47             ` J. Bruce Fields
2014-02-06 17:03               ` J. Bruce Fields
2014-02-06 17:03                 ` J. Bruce Fields

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1875464309.3327883.1389891247171.JavaMail.root@redhat.com \
    --to=rpeterso@redhat.com \
    --cc=bfields@fieldses.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=mszeredi@suse.cz \
    --cc=swhiteho@redhat.com \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.