linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Al Viro <viro@ZenIV.linux.org.uk>
Cc: linux-next@vger.kernel.org, Theodore Ts'o <tytso@mit.edu>,
	Christoph Hellwig <hch@lst.de>
Subject: linux-next: manual merge of the vfs tree
Date: Wed, 15 Oct 2008 17:50:16 +1100	[thread overview]
Message-ID: <20081015175016.b55b4ed3.sfr@canb.auug.org.au> (raw)

Hi Al,

Today's linux-next merge of the vfs tree got a conflict in
fs/ext4/namei.c between commit f702ba0fd7d50b5f5f5aea5317875a10d40b869f
("ext4: Don't use 'struct dentry' for internal lookups") from Linus' tree
and commit 8ee6b8fff20962d17a008e230006e48c7f79ade4 ("[PATCH] switch all
filesystems over to d_obtain_alias") from the vfs tree.

Just context changes.  I fixed it up (see below).
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc fs/ext4/namei.c
index 92db9e9,542c013..0000000
--- a/fs/ext4/namei.c
+++ b/fs/ext4/namei.c
@@@ -1061,17 -1060,15 +1061,14 @@@ static struct dentry *ext4_lookup(struc
  struct dentry *ext4_get_parent(struct dentry *child)
  {
  	unsigned long ino;
- 	struct dentry *parent;
- 	struct inode *inode;
 -	struct dentry dotdot;
 +	static const struct qstr dotdot = {
 +		.name = "..",
 +		.len = 2,
 +	};
  	struct ext4_dir_entry_2 * de;
  	struct buffer_head *bh;
  
 -	dotdot.d_name.name = "..";
 -	dotdot.d_name.len = 2;
 -	dotdot.d_parent = child; /* confusing, isn't it! */
 -
 -	bh = ext4_find_entry(&dotdot, &de);
 +	bh = ext4_find_entry(child->d_inode, &dotdot, &de);
- 	inode = NULL;
  	if (!bh)
  		return ERR_PTR(-ENOENT);
  	ino = le32_to_cpu(de->inode);

             reply	other threads:[~2008-10-15  6:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15  6:50 Stephen Rothwell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-01 11:03 linux-next: Tree for Oct 1 Thierry Reding
2013-10-01 11:07 ` linux-next: manual merge of the vfs tree Thierry Reding
2013-09-30 11:26 linux-next: manual merge of the bcon tree Thierry Reding
2013-09-30 11:26 ` linux-next: manual merge of the vfs tree Thierry Reding
2008-08-19  5:25 Stephen Rothwell
2008-08-19  5:23 Stephen Rothwell
2008-08-12  5:20 Stephen Rothwell
2008-08-12 19:27 ` J. Bruce Fields
2008-08-12  5:14 Stephen Rothwell
2008-08-12  5:01 Stephen Rothwell
2008-07-25  4:30 Stephen Rothwell
2008-07-18  5:36 Stephen Rothwell
2008-07-18  8:33 ` Ralf Baechle
2008-07-18  9:06   ` Stephen Rothwell
2008-07-18 12:51   ` Al Viro
2008-07-18  5:33 Stephen Rothwell
2008-07-18  5:27 Stephen Rothwell
2008-07-18  9:44 ` Stephen Rothwell
2008-06-25  5:47 Stephen Rothwell

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=20081015175016.b55b4ed3.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=hch@lst.de \
    --cc=linux-next@vger.kernel.org \
    --cc=tytso@mit.edu \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).