All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] vfs: Respect MS_RDONLY at bind mount creation
@ 2014-08-01 18:12 Richard Yao
  2014-08-01 18:12 ` [PATCH v2 1/1] " Richard Yao
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Yao @ 2014-08-01 18:12 UTC (permalink / raw)
  To: kernel; +Cc: mthode, michael, drobbins, viro, linux-fsdevel, linux-kernel

The first version of this patch had a few issues:

1. It marked mount points readonly after graft_tree().
2. The commit message did not read very well.
3. It failed to make it to the LKML archives.
4. One person absent from the CC list asked to be included after I sent it.

Issue #1 merits a v2, so I am sending it again with some minor corrections. I
had considered splitting the mnt_make_readonly() loop into its own helper
function for readability, but that turned out to make the code less readable.

Richard Yao (1):
  vfs: Respect MS_RDONLY at bind mount creation

 fs/namespace.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

-- 
1.8.5.5


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

end of thread, other threads:[~2014-08-02  8:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 18:12 [PATCH v2 0/1] vfs: Respect MS_RDONLY at bind mount creation Richard Yao
2014-08-01 18:12 ` [PATCH v2 1/1] " Richard Yao
2014-08-01 19:20   ` Mateusz Guzik
2014-08-01 20:33     ` Richard Yao
2014-08-02  3:55     ` [PATCH v3 0/1] " Richard Yao
2014-08-02  3:55       ` [PATCH v3 1/1] " Richard Yao
2014-08-02  8:18         ` Mateusz Guzik

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.