Re: [git pull] vfs.git d_inode/d_flags barriers

From: Linus Torvalds
Date: Thu Dec 05 2019 - 21:16:16 EST


On Thu, Dec 5, 2019 at 5:38 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> 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