[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200810232150.47692.rjw@sisk.pl>
Date: Thu, 23 Oct 2008 21:50:46 +0200
From: "Rafael J. Wysocki" <rjw@...k.pl>
To: Theodore Tso <tytso@....edu>
Cc: Ext4 Developers List <linux-ext4@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Hidehiro Kawai <hidehiro.kawai.ez@...achi.com>
Subject: [PATCH] ext3: Fix compilation of super.c
From: Rafael J. Wysocki <rjw@...k.pl>
ext3: Fix compilation of super.c
Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>
---
fs/ext3/super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/fs/ext3/super.c
===================================================================
--- linux-2.6.orig/fs/ext3/super.c
+++ linux-2.6/fs/ext3/super.c
@@ -2836,7 +2836,7 @@ static int ext3_quota_on(struct super_bl
err = journal_flush(EXT3_SB(sb)->s_journal);
journal_unlock_updates(EXT3_SB(sb)->s_journal);
if (err) {
- path_put(&nd.path);
+ path_put(&path);
return err;
}
}
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists