mcoverlayfs: supported Linux kernel 4.6

add mcoverlayfs(linux-4.6.7 base)
This commit is contained in:
Yoichi Umezawa
2016-11-17 18:09:27 +09:00
parent e4b3a88fc6
commit f480376153
13 changed files with 4095 additions and 3 deletions

View File

@ -497,7 +497,7 @@ static ssize_t
mckernel_procfs_read(struct file *file, char __user *buf, size_t nbytes,
loff_t *ppos)
{
struct inode * inode = file->f_path.dentry->d_inode;
struct inode * inode = file->f_inode;
char *kern_buffer = NULL;
int order = 0;
volatile struct procfs_read *r = NULL;
@ -600,7 +600,7 @@ static ssize_t
mckernel_procfs_write(struct file *file, const char __user *buf, size_t nbytes,
loff_t *ppos)
{
struct inode * inode = file->f_path.dentry->d_inode;
struct inode * inode = file->f_inode;
char *kern_buffer = NULL;
int order = 0;
volatile struct procfs_read *r = NULL;