Akihiro Suda: > However, the bug is a regression caused by commit 296291cd ("mm: make > sendfile(2) killable") to the upstream of Linux kernel. > https://github.com/torvalds/linux/commit/296291cd > This produces infinite -EINTR loop in mm/filemap.c:generic_perform_write(). > Perhaps it can also affect filesystems other than AUFS.
Why infinite? generic_perform_write() simply returns EINTR, doesn't it? J. R. Okajima ------------------------------------------------------------------------------