[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160223204510.GA16961@amd>
Date: Tue, 23 Feb 2016 21:45:11 +0100
From: Pavel Machek <pavel@....cz>
To: Richard Weinberger <richard@....at>
Cc: linux-mtd@...ts.infradead.org, dedekind1@...il.com,
adrian.hunter@...el.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ubifs: Implement O_TMPFILE
Hi!
> + ui = ubifs_inode(inode);
> +
> + err = ubifs_init_security(dir, inode, &dentry->d_name);
> + if (err)
> + goto out_inode;
> +
> + mutex_lock(&ui->ui_mutex);
> + insert_inode_hash(inode);
> + d_tmpfile(dentry, inode);
> + ubifs_assert(ui->dirty);
> + instantiated = 1;
> + mutex_unlock(&ui->ui_mutex);
> +
> + mutex_lock(&dir_ui->ui_mutex);
> + err = ubifs_jnl_update(c, dir, &dentry->d_name, inode, 1, 0);
> + if (err)
> + goto out_cancel;
> + mutex_unlock(&dir_ui->ui_mutex);
Move the if () below unlock, and make it goto out_inode?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Powered by blists - more mailing lists