[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200207174236.18882-1-pvorel@suse.cz>
Date: Fri, 7 Feb 2020 18:42:34 +0100
From: Petr Vorel <pvorel@...e.cz>
To: linux-man@...r.kernel.org
Cc: Petr Vorel <pvorel@...e.cz>, David Howells <dhowells@...hat.com>,
Michael Kerrisk <mtk.manpages@...il.com>,
Zorro Lang <zlang@...hat.com>, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/2] New mount API syscalls
Hi David, Michael,
looks like David's patches to add new mount API syscalls, so I dared to
resent them. I've just changed kernel version to 5.2, fixed typos in
flags and added my tags. + added some questions in patches themselves.
Feel free to send final version in v3.
Kind regards,
Petr
David Howells (2):
Add manpages for move_mount(2) and open_tree(2)
Add manpage for fsopen(2), fspick(2) and fsmount(2)
man2/fsconfig.2 | 282 ++++++++++++++++++++++++++++++++++++++++++++++
man2/fsmount.2 | 1 +
man2/fsopen.2 | 256 +++++++++++++++++++++++++++++++++++++++++
man2/fspick.2 | 195 ++++++++++++++++++++++++++++++++
man2/move_mount.2 | 271 ++++++++++++++++++++++++++++++++++++++++++++
man2/open_tree.2 | 260 ++++++++++++++++++++++++++++++++++++++++++
6 files changed, 1265 insertions(+)
create mode 100644 man2/fsconfig.2
create mode 100644 man2/fsmount.2
create mode 100644 man2/fsopen.2
create mode 100644 man2/fspick.2
create mode 100644 man2/move_mount.2
create mode 100644 man2/open_tree.2
--
2.24.1
Powered by blists - more mailing lists