Re: [PATCH 34/38] vfs: syscall: Add fsinfo() to query filesystem information [ver #10]

From: David Howells
Date: Mon Jul 30 2018 - 10:48:32 EST


Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote:

> Constants are almost always all caps. Is there any reason these are
> lowercase?

It's also easier to create macros that pair structs or functions with the
contants by name.

David