linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* UAPI value collision: STATX_ATTR_MOUNT_ROOT vs STATX_ATTR_DAX
@ 2020-11-25 16:50 David Howells
  2020-11-25 19:26 ` Miklos Szeredi
  2020-11-25 19:32 ` Eric Sandeen
  0 siblings, 2 replies; 5+ messages in thread
From: David Howells @ 2020-11-25 16:50 UTC (permalink / raw)
  To: torvalds, Miklos Szeredi, Ira Weiny
  Cc: dhowells, sandeen, linux-fsdevel, linux-man, linux-kernel

Hi Linus, Miklos, Ira,

It seems that two patches that got merged in the 5.8 merge window collided and
no one noticed until now:

80340fe3605c0 (Miklos Szeredi     2020-05-14 184) #define STATX_ATTR_MOUNT_ROOT		0x00002000 /* Root of a mount */
...
712b2698e4c02 (Ira Weiny          2020-04-30 186) #define STATX_ATTR_DAX			0x00002000 /* [I] File is DAX */

The question is, what do we do about it?  Renumber one or both of the
constants?

David


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-26  3:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 16:50 UAPI value collision: STATX_ATTR_MOUNT_ROOT vs STATX_ATTR_DAX David Howells
2020-11-25 19:26 ` Miklos Szeredi
2020-11-26  3:00   ` Andreas Dilger
2020-11-25 19:32 ` Eric Sandeen
2020-11-25 20:44   ` Miklos Szeredi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).