mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 22:01:35 +00:00
OverlayDS for second Cubox / HB kernel
This commit is contained in:
parent
3311afc02d
commit
da9de4c948
3 changed files with 3235 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.14.78 Kernel Configuration
|
||||
# Linux/arm 3.14.79 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_MIGHT_HAVE_PCI=y
|
||||
|
@ -5524,6 +5524,7 @@ CONFIG_QUOTACTL=y
|
|||
CONFIG_AUTOFS4_FS=y
|
||||
CONFIG_FUSE_FS=y
|
||||
CONFIG_CUSE=m
|
||||
CONFIG_OVERLAYFS_FS=m
|
||||
|
||||
#
|
||||
# Caches
|
||||
|
|
3231
patch/kernel/cubox-dev/100-overlayfs.patch
Normal file
3231
patch/kernel/cubox-dev/100-overlayfs.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue