All of lore.kernel.org
 help / color / mirror / Atom feed
* completely ignore unknown open flags
@ 2017-04-27  7:42 Christoph Hellwig
  2017-04-27  7:42 ` [PATCH 1/2] fs: add a VALID_OPEN_FLAGS Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Christoph Hellwig @ 2017-04-27  7:42 UTC (permalink / raw)
  To: viro; +Cc: torvalds, linux-fsdevel

This is the fallout from the reject unknown flags discussion a few
weeks back.  So to keep backwards compatibily we can't _reject_ unknown
flags.  But we'd better totally ignore them and don't pass them to
file systems or back to userspace using fcntl.

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

end of thread, other threads:[~2017-04-28 15:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-27  7:42 completely ignore unknown open flags Christoph Hellwig
2017-04-27  7:42 ` [PATCH 1/2] fs: add a VALID_OPEN_FLAGS Christoph Hellwig
2017-04-27  7:42 ` [PATCH 2/2] fs: completely ignore unknown open flags Christoph Hellwig
2017-04-27 19:41 ` Linus Torvalds
2017-04-27 21:10   ` Al Viro
2017-04-28 15:05   ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.