mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
mnt_warn_timestamp_expiry(): constify struct path argument
Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
44b58cdaf9
commit
27e4b78559
|
|
@ -3224,7 +3224,8 @@ static void set_mount_attributes(struct mount *mnt, unsigned int mnt_flags)
|
|||
touch_mnt_namespace(mnt->mnt_ns);
|
||||
}
|
||||
|
||||
static void mnt_warn_timestamp_expiry(struct path *mountpoint, struct vfsmount *mnt)
|
||||
static void mnt_warn_timestamp_expiry(const struct path *mountpoint,
|
||||
struct vfsmount *mnt)
|
||||
{
|
||||
struct super_block *sb = mnt->mnt_sb;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user