[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMuHMdXzyVBa4TZEc5eRaBzu50thgJ2TrHJLZqwhbQ=JASgWOA@mail.gmail.com>
Date: Fri, 1 Nov 2019 21:57:31 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Valdis Kletnieks <valdis.kletnieks@...edu>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Gao Xiang <xiang@...nel.org>, Chao Yu <chao@...nel.org>,
"Theodore Ts'o" <tytso@....edu>,
Andreas Dilger <adilger.kernel@...ger.ca>,
Jaegeuk Kim <jaegeuk@...nel.org>,
"Darrick J. Wong" <darrick.wong@...cle.com>,
linux-xfs@...r.kernel.org, Jan Kara <jack@...e.com>,
Arnd Bergmann <arnd@...db.de>,
Linux FS Devel <linux-fsdevel@...r.kernel.org>,
driverdevel <devel@...verdev.osuosl.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-erofs@...ts.ozlabs.org,
Ext4 Developers List <linux-ext4@...r.kernel.org>,
linux-f2fs-devel@...ts.sourceforge.net,
Linux-Arch <linux-arch@...r.kernel.org>
Subject: Re: [RFC] errno.h: Provide EFSCORRUPTED for everybody
Hi Valdis,
On Thu, Oct 31, 2019 at 2:11 AM Valdis Kletnieks
<valdis.kletnieks@...edu> wrote:
> Three questions: (a) ACK/NAK on this patch, (b) should it be all in one
> patch, or one to add to errno.h and 6 patches for 6 filesystems?), and
> (c) if one patch, who gets to shepherd it through?
>
> There's currently 6 filesystems that have the same #define. Move it
> into errno.h so it's defined in just one place.
>
> Signed-off-by: Valdis Kletnieks <Valdis.Kletnieks@...edu>
Thanks for your patch!
> --- a/include/uapi/asm-generic/errno.h
> +++ b/include/uapi/asm-generic/errno.h
> @@ -98,6 +98,7 @@
> #define EINPROGRESS 115 /* Operation now in progress */
> #define ESTALE 116 /* Stale file handle */
> #define EUCLEAN 117 /* Structure needs cleaning */
> +#define EFSCORRUPTED EUCLEAN
I have two questions:
a) Why not use EUCLEAN everywhere instead?
Having two different names for the same errno complicates grepping.
b) Perhaps both errors should use different values? Do they have the
same semantics? I'm not a fs developer, so this is a bit fuzzy to me.
According to Documentation/, one seems to originate in mtd, the
other in xfs.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Powered by blists - more mailing lists