From f62a61c318f60ef1ee93afdc8c0918ce91a26c1b Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 23 Oct 2008 11:48:56 -0700 Subject: [PATCH] --- yaml --- r: 117634 b: refs/heads/master c: 12e1ec9ff31d388305da644b452c9f80d244aa55 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext3/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 06afd421ab99..34e3573340f0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f6d6e8ebe73ba9d9d4c693f7f6f50f661dbd6e4 +refs/heads/master: 12e1ec9ff31d388305da644b452c9f80d244aa55 diff --git a/trunk/fs/ext3/super.c b/trunk/fs/ext3/super.c index 8147dd44cede..18eaa78ecb4e 100644 --- a/trunk/fs/ext3/super.c +++ b/trunk/fs/ext3/super.c @@ -2836,7 +2836,7 @@ static int ext3_quota_on(struct super_block *sb, int type, int format_id, 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; } }