[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHk-=wgPd1dYZjywZqPYZP-7dD2ihwviYfYLY3i+K=OLk2ZozQ@mail.gmail.com>
Date: Thu, 5 Dec 2019 18:15:54 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>,
Ritesh Harjani <riteshh@...ux.ibm.com>
Subject: Re: [git pull] vfs.git d_inode/d_flags barriers
On Thu, Dec 5, 2019 at 5:38 PM Al Viro <viro@...iv.linux.org.uk> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes
I'm not pulling this.
Commit 6c2d4798a8d1 ("new helper: lookup_positive_unlocked()") results
in a new - and valid - compiler warning:
fs/quota/dquot.c: In function ‘dquot_quota_on_mount’:
fs/quota/dquot.c:2499:1: warning: label ‘out’ defined but not used
[-Wunused-label]
2499 | out:
| ^~~
and I don't want to see new warnings in my tree.
I wish linux-next would complain about warnings (assuming this had
been there), because they aren't ok.
Linus
Powered by blists - more mailing lists