public inbox for linux-next@vger.kernel.org 
 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,
	Hidehiro Kawai <hidehiro.kawai.ez@hitachi•com>,
	Theodore Ts'o <tytso@mit•edu>
Subject: linux-next: vfs tree build failure
Date: Wed, 15 Oct 2008 17:49:47 +1100	[thread overview]
Message-ID: <20081015174947.64f4b008.sfr@canb.auug.org.au> (raw)

Hi Al,

Today's linux-next build (x86_64 allmodconfig) failed like this:

fs/ext4/super.c: In function 'ext4_quota_on':
fs/ext4/super.c:3437: error: 'nd' undeclared (first use in this function)

Caused by the merge of commit 7ffe1ea8949c75ecffb7a4d988bb881a9fa62fbe
("ext4: add checks for errors from jbd2" from Linus' tree and commit
6ac465f99b29f74ca5a62bc32a8772985d9a071b ("[PATCH] switch
quota_on-related stuff to kern_path()") from the vfs tree.

I added the following patch.
-- 
Cheers,
Stephen Rothwell                    sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/

From: Stephen Rothwell <sfr@canb•auug.org.au>
Date: Wed, 15 Oct 2008 17:45:27 +1100
Subject: [PATCH] vfs: fix up merge of ext4

Signed-off-by: Stephen Rothwell <sfr@canb•auug.org.au>
---
 fs/ext4/super.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 4042fd4..2844e1d 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3434,7 +3434,7 @@ static int ext4_quota_on(struct super_block *sb, int type, int format_id,
 		err = jbd2_journal_flush(EXT4_SB(sb)->s_journal);
 		jbd2_journal_unlock_updates(EXT4_SB(sb)->s_journal);
 		if (err) {
-			path_put(&nd.path);
+			path_put(&path);
 			return err;
 		}
 	}
-- 
1.5.6.5

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

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15  6:49 Stephen Rothwell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-20  6:18 linux-next: vfs tree build failure Stephen Rothwell
2008-10-20  7:13 ` Dave Chinner
2008-10-20  7:40   ` Christoph Hellwig
2009-04-02  1:52 Stephen Rothwell
2009-04-03  4:44 ` Stephen Rothwell
2009-04-02  2:12 Stephen Rothwell
2009-04-03  4:43 ` Stephen Rothwell
2009-05-07  3:53 Stephen Rothwell
2009-05-07  4:04 ` Al Viro
2010-01-27  0:37 Stephen Rothwell
2010-01-28  1:00 Stephen Rothwell
2010-01-28  1:54 ` Al Viro

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=20081015174947.64f4b008.sfr@canb.auug.org.au \
    --to=sfr@canb$(echo .)auug.org.au \
    --cc=hidehiro.kawai.ez@hitachi$(echo .)com \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=tytso@mit$(echo .)edu \
    --cc=viro@ZenIV$(echo .)linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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