]> git.ipfire.org Git - thirdparty/man-pages.git/commit
mount_setattr.2: add and explain missing EBUSY error
authorChristian Brauner <brauner@kernel.org>
Tue, 7 Jun 2022 13:38:17 +0000 (15:38 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Wed, 8 Jun 2022 15:18:52 +0000 (17:18 +0200)
commit11f445543bdd61f8358d3c5217fb015c53fe4001
treeca24c1ed9f47759d3ca149334527c12887532641
parent76ac741f3a92c18ccb654d055675eb845fa8f4b2
mount_setattr.2: add and explain missing EBUSY error

In order to ID-map a mount it must not have any writers. If the mount
has writers and the caller tries to ID-map the mount EBUSY will be
returned.

Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/mount_setattr.2