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:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user