Displaying 1 result from an estimated 1 matches for "do_compat_quotactl".
2003 Oct 27
2
EXT3 deadlock in 2.4.22 and 2.4.23-pre7 - quota related?
...ic_file_read+1158/1172]
[generic_file_read+147/400] [file_read_actor+0/224]
[do_get_write_access+1382/1420] [v1_read_dqblk+121/196]
[read_dqblk+76/128] [dqget+344/484] [vfs_get_dqblk+21/64]
[v1_get_dqblk+39/172] [link_path_walk+2680/2956]
[do_compat_quotactl+417/688] [resolve_dev+89/108]
[sys_quotactl+166/275] [system_call+51/56]
So it is trying to start a transaction to update the atime on the
quota file, and has a lock on some quota structures thanks to
"read_dqblk".
At the same time, "sync" is running:
sy...