mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
fs: add missing @mp parameter documentation
Fix the W=1 build warning: ../fs/namespace.c:3050: warning: Function parameter or member 'mp' not described in 'can_move_mount_beneath' Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
@@ -3026,6 +3026,7 @@ static inline bool path_overmounted(const struct path *path)
|
||||
* can_move_mount_beneath - check that we can mount beneath the top mount
|
||||
* @from: mount to mount beneath
|
||||
* @to: mount under which to mount
|
||||
* @mp: mountpoint of @to
|
||||
*
|
||||
* - Make sure that @to->dentry is actually the root of a mount under
|
||||
* which we can mount another mount.
|
||||
|
||||
Reference in New Issue
Block a user