File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ void mnt_put_write_access_file(struct file *file);
8484extern void dissolve_on_fput (struct vfsmount * );
8585extern bool may_mount (void );
8686
87- int path_mount (const char * dev_name , struct path * path ,
87+ int path_mount (const char * dev_name , const struct path * path ,
8888 const char * type_page , unsigned long flags , void * data_page );
8989int path_umount (struct path * path , int flags );
9090
Original file line number Diff line number Diff line change @@ -4012,7 +4012,7 @@ static char *copy_mount_string(const void __user *data)
40124012 * Therefore, if this magic number is present, it carries no information
40134013 * and must be discarded.
40144014 */
4015- int path_mount (const char * dev_name , struct path * path ,
4015+ int path_mount (const char * dev_name , const struct path * path ,
40164016 const char * type_page , unsigned long flags , void * data_page )
40174017{
40184018 unsigned int mnt_flags = 0 , sb_flags ;
You can’t perform that action at this time.
0 commit comments