aboutsummaryrefslogtreecommitdiffstats
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorFan Du <[email protected]>2013-04-30 22:27:27 +0000
committerLinus Torvalds <[email protected]>2013-05-01 00:04:03 +0000
commit74e3d1e17b2e11d175970b85acd44f5927000ba2 (patch)
tree1adaccdd30702c8c151dfb97b13aaf241e092849 /lib/string_helpers.c
parentkernel/smp.c: remove 'priv' of call_single_data (diff)
downloadkernel-74e3d1e17b2e11d175970b85acd44f5927000ba2.tar.gz
kernel-74e3d1e17b2e11d175970b85acd44f5927000ba2.zip
include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock
Two rt tasks bind to one CPU core. The higher priority rt task A preempts a lower priority rt task B which has already taken the write seq lock, and then the higher priority rt task A try to acquire read seq lock, it's doomed to lockup. rt task A with lower priority: call write i_size_write rt task B with higher priority: call sync, and preempt task A write_seqcount_begin(&inode->i_size_seqcount); i_size_read inode->i_size = i_size; read_seqcount_begin <-- lockup here... So disable preempt when acquiring every i_size_seqcount *write* lock will cure the problem. Signed-off-by: Fan Du <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions