OverlayFS for Udoo

This commit is contained in:
Igor Pecovnik 2016-09-29 19:49:33 +02:00
parent da9de4c948
commit d95530ce8f
3 changed files with 3236 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -1832,12 +1832,13 @@ diff --git a/include/linux/fs.h b/include/linux/fs.h
index 23b2a35d712e..42dd4c916781 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2078,7 +2078,7 @@ extern long do_sys_open(int dfd, const char __user *filename, int flags,
@@ -2078,8 +2078,8 @@ extern long do_sys_open(int dfd, const char __user *filename, int flags,
extern struct file *file_open_name(struct filename *, int, umode_t);
extern struct file *filp_open(const char *, int, umode_t);
extern struct file *file_open_root(struct dentry *, struct vfsmount *,
- const char *, int);
+ const char *, int, umode_t);
extern int vfs_open(const struct path *, struct file *, const struct cred *);
extern struct file * dentry_open(const struct path *, int, const struct cred *);
extern int filp_close(struct file *, fl_owner_t id);