From 3bbc3bd1bd009c9ede25c9cbccf2da06ac355e0f Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Sat, 12 Nov 2016 14:52:47 +0100 Subject: kernel: update kernel 4.4 to version 4.4.31 + Refresh patches compile/run-tested on cns3xxx & imx6. Signed-off-by: Koen Vandeputte --- .../patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-4.4/052-03-ubifs-Implement-RENAME_EXCHANGE.patch') 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 --- 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 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 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, -- cgit v1.2.3