From 75f46d14acbfe86d39cac06289ee2df803c1c2a0 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Fri, 5 Oct 2018 11:55:23 +0200 Subject: [ANNOUNCE] v4.18.12-rt6 Signed-off-by: Sebastian Andrzej Siewior --- .../fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch') diff --git a/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch b/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch index 0fa92bdad053..c8a768865a3e 100644 --- a/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch +++ b/patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch @@ -23,7 +23,7 @@ Signed-off-by: Sebastian Andrzej Siewior --- a/fs/dcache.c +++ b/fs/dcache.c -@@ -2430,9 +2430,10 @@ EXPORT_SYMBOL(d_rehash); +@@ -2431,9 +2431,10 @@ EXPORT_SYMBOL(d_rehash); static inline unsigned start_dir_add(struct inode *dir) { @@ -36,7 +36,7 @@ Signed-off-by: Sebastian Andrzej Siewior return n; cpu_relax(); } -@@ -2440,7 +2441,8 @@ static inline unsigned start_dir_add(str +@@ -2441,7 +2442,8 @@ static inline unsigned start_dir_add(str static inline void end_dir_add(struct inode *dir, unsigned n) { @@ -46,7 +46,7 @@ Signed-off-by: Sebastian Andrzej Siewior } static void d_wait_lookup(struct dentry *dentry) -@@ -2473,7 +2475,7 @@ struct dentry *d_alloc_parallel(struct d +@@ -2474,7 +2476,7 @@ struct dentry *d_alloc_parallel(struct d retry: rcu_read_lock(); @@ -55,7 +55,7 @@ Signed-off-by: Sebastian Andrzej Siewior r_seq = read_seqbegin(&rename_lock); dentry = __d_lookup_rcu(parent, name, &d_seq); if (unlikely(dentry)) { -@@ -2501,7 +2503,7 @@ struct dentry *d_alloc_parallel(struct d +@@ -2502,7 +2504,7 @@ struct dentry *d_alloc_parallel(struct d } hlist_bl_lock(b); -- cgit v1.2.1