X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fmount.h;h=5d92a7e1a742d6c91403854282779426f5bfcbb9;hb=5ceabb6078b80a8544ba86d6ee523ad755ae6d5e;hp=161f4419db6c8ec7dd514fe754416db6857ce57a;hpb=580cd7736f6b40dbe1d5514eb59744bc24328e4b;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/include/linux/mount.h b/include/linux/mount.h index 161f441..5d92a7e1 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -86,7 +86,6 @@ struct path; extern int mnt_want_write(struct vfsmount *mnt); extern int mnt_want_write_file(struct file *file); -extern int mnt_clone_write(struct vfsmount *mnt); extern void mnt_drop_write(struct vfsmount *mnt); extern void mnt_drop_write_file(struct file *file); extern void mntput(struct vfsmount *mnt);