]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext3/super.c
ext3 quota support: fix compile failure
[linux-2.6-omap-h63xx.git] / fs / ext3 / super.c
index 8147dd44cedea34fe51004505766ec23e06c169d..18eaa78ecb4ec53d4d65170ccfd28a362ae703f9 100644 (file)
@@ -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;
                }
        }