[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wjE0ey=qg2-5+OHg4kVub4x3XLnatcZj5KfU03dd8kZ0A@mail.gmail.com>
Date: Sat, 22 Feb 2020 18:07:39 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: linux-fsdevel <linux-fsdevel@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [RFC][PATCH v2 02/34] fix automount/automount race properly
On Sat, Feb 22, 2020 at 5:16 PM Al Viro <viro@...iv.linux.org.uk> wrote:
>
> +
> +discard2:
> + namespace_unlock();
> +discard1:
> + inode_unlock(dentry->d_inode);
> +discard:
> /* remove m from any expiration list it may be on */
Would you mind re-naming those labels?
I realize that the numbering may help show that the error handling is
done in the reverse order, but I bet that a nice name could so that
too.
Linus
Powered by blists - more mailing lists