Re: au_xino_delete_inode -> mutex_lock

2018-02-06 Thread Eddie Horng
-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: hung_task_timeout: mutex_lock in aufs

2018-02-06 Thread Eddie Horng
-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: hung_task_timeout: mutex_lock in aufs

2018-02-06 Thread sfjro--- via Aufs-users
Eddie Horng: > Many thanks you fixed the issue. May I consult you the theory of your > fixing? Does au_wkq_wait() put vfs_read to an interrupt free stat so that > read can complete without interrupt error? Just curious. Many thanx to you for your repeated tests. The workqueue is a kernel thread,

Re: au_xino_delete_inode -> mutex_lock

2018-02-06 Thread sfjro--- via Aufs-users
Eddie Horng: > Thanks your analysis, I'll deploy the patch to my environment. I guess it will be a good indicator to find a cpu-eater when the problem happens. If some other process eats a single cpu up, then the process may repeat calling xino_fread. J. R. Okajima