diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-30 12:47:44 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-08-30 13:07:40 +0200 |
commit | f712db9df6320b296849378030a66372255ffca2 (patch) | |
tree | cc259f54ec6ca0973f17478cb7fcdca8268e730f /target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch | |
parent | 55840040dfcce33ca6a00da53f0345bd7e227cff (diff) | |
download | upstream-f712db9df6320b296849378030a66372255ffca2.tar.gz upstream-f712db9df6320b296849378030a66372255ffca2.tar.bz2 upstream-f712db9df6320b296849378030a66372255ffca2.zip |
kernel: bump kernel 4.4 to version 4.4.153
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch b/target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch index 208bc61ec5..2d40c7e86c 100644 --- a/target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch +++ b/target/linux/generic/patches-4.4/051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch @@ -241,7 +241,7 @@ Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> bool is_lowest; struct rb_root root; struct list_head *list; -@@ -205,17 +206,8 @@ static int ovl_check_whiteouts(struct de +@@ -206,17 +207,8 @@ static int ovl_check_whiteouts(struct de struct ovl_cache_entry *p; struct dentry *dentry; const struct cred *old_cred; @@ -260,7 +260,7 @@ Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> err = mutex_lock_killable(&dir->d_inode->i_mutex); if (!err) { -@@ -231,7 +223,6 @@ static int ovl_check_whiteouts(struct de +@@ -232,7 +224,6 @@ static int ovl_check_whiteouts(struct de mutex_unlock(&dir->d_inode->i_mutex); } revert_creds(old_cred); @@ -268,7 +268,7 @@ Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> return err; } -@@ -287,6 +278,7 @@ static int ovl_dir_read_merged(struct de +@@ -288,6 +279,7 @@ static int ovl_dir_read_merged(struct de struct path realpath; struct ovl_readdir_data rdd = { .ctx.actor = ovl_fill_merge, @@ -309,7 +309,7 @@ Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> kfree(ufs); } -@@ -1087,10 +1097,14 @@ static int ovl_fill_super(struct super_b +@@ -1107,10 +1117,14 @@ static int ovl_fill_super(struct super_b else sb->s_d_op = &ovl_dentry_operations; @@ -325,7 +325,7 @@ Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, oe)); if (!root_dentry) -@@ -1123,6 +1137,8 @@ static int ovl_fill_super(struct super_b +@@ -1143,6 +1157,8 @@ static int ovl_fill_super(struct super_b out_free_oe: kfree(oe); |