diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-10-05 11:55:23 +0200 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-10-05 11:55:23 +0200 |
commit | 75f46d14acbfe86d39cac06289ee2df803c1c2a0 (patch) | |
tree | c9cd8017d5b5e4e2b6096531edb9283b28ea5bae /patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch | |
parent | 90219467126d0db69d146b589cf9e1f3cf02b3ad (diff) | |
download | linux-rt-75f46d14acbfe86d39cac06289ee2df803c1c2a0.tar.gz |
[ANNOUNCE] v4.18.12-rt6v4.18.12-rt6-patches
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch')
-rw-r--r-- | patches/fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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 <bigeasy@linutronix.de> --- 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 <bigeasy@linutronix.de> 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 <bigeasy@linutronix.de> } 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 <bigeasy@linutronix.de> 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); |