]> git.baikalelectronics.ru Git - kernel.git/commit
fs: add kernel doc for mnt_{hold,unhold}_writers()
authorChristian Brauner <brauner@kernel.org>
Thu, 3 Feb 2022 13:14:07 +0000 (14:14 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 14 Feb 2022 07:35:32 +0000 (08:35 +0100)
commitf420089eebc2a2e094c83957738247f16042d2f0
tree24cc403cda6118284ef57618944efefeab45dafe
parent95560a2f54fb0f56ebb616638b949e4b87e78ba8
fs: add kernel doc for mnt_{hold,unhold}_writers()

When I introduced mnt_{hold,unhold}_writers() in commit ec36d76691b7
("fs: split out functions to hold writers") I did not add kernel doc for
them. Fix this and introduce proper documentation.

Link: https://lore.kernel.org/r/20220203131411.3093040-4-brauner@kernel.org
Fixes: ec36d76691b7 ("fs: split out functions to hold writers")
Cc: Seth Forshee <seth.forshee@digitalocean.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namespace.c