aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2016-11-12 14:52:47 +0100
committerJohn Crispin <john@phrozen.org>2016-11-16 10:54:33 +0100
commit3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f (patch)
tree1a16df5b84204c8431e02d43071bf6413e67f198 /target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch
parent7ee6ab1a317d463ce563b1505f3dc986655fda28 (diff)
downloadupstream-3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f.tar.gz
upstream-3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f.tar.bz2
upstream-3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f.zip
kernel: update kernel 4.4 to version 4.4.31
+ Refresh patches compile/run-tested on cns3xxx & imx6. Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch')
-rw-r--r--target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch b/target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch
index 20856c347d..1830cd0eeb 100644
--- a/target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch
+++ b/target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch
@@ -16,7 +16,7 @@ Signed-off-by: Richard Weinberger <richard@nod.at>
--- a/fs/ubifs/dir.c
+++ b/fs/ubifs/dir.c
-@@ -1095,11 +1095,6 @@ static int ubifs_rename(struct inode *ol
+@@ -1101,11 +1101,6 @@ static int ubifs_rename(struct inode *ol
old_dentry, old_inode->i_ino, old_dir->i_ino,
new_dentry, new_dir->i_ino, flags);
@@ -28,7 +28,7 @@ Signed-off-by: Richard Weinberger <richard@nod.at>
if (unlink)
ubifs_assert(mutex_is_locked(&new_inode->i_mutex));
-@@ -1284,6 +1279,64 @@ out_cancel:
+@@ -1290,6 +1285,64 @@ out_cancel:
return err;
}
@@ -93,7 +93,7 @@ Signed-off-by: Richard Weinberger <richard@nod.at>
int ubifs_getattr(struct vfsmount *mnt, struct dentry *dentry,
struct kstat *stat)
{
-@@ -1332,7 +1385,7 @@ const struct inode_operations ubifs_dir_
+@@ -1338,7 +1391,7 @@ const struct inode_operations ubifs_dir_
.mkdir = ubifs_mkdir,
.rmdir = ubifs_rmdir,
.mknod = ubifs_mknod,