The patch titled Subject: fs-make-generic_block_fiemap-sig-tolerant-fix has been added to the -mm tree. Its filename is fs-make-generic_block_fiemap-sig-tolerant-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fs-make-generic_block_fiemap-sig-tolerant-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fs-make-generic_block_fiemap-sig-tolerant-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> Subject: fs-make-generic_block_fiemap-sig-tolerant-fix Cc: Theodore Ts'o <tytso@xxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Michael Kerrisk <mtk.manpages@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/filesystems/fiemap.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN Documentation/filesystems/fiemap.txt~fs-make-generic_block_fiemap-sig-tolerant-fix Documentation/filesystems/fiemap.txt --- a/Documentation/filesystems/fiemap.txt~fs-make-generic_block_fiemap-sig-tolerant-fix +++ a/Documentation/filesystems/fiemap.txt @@ -196,7 +196,8 @@ struct fiemap_extent_info { }; It is intended that the file system should not need to access any of this -structure directly. +structure directly. Filesystem handlers should be tolerant to signals and return +EINTR once fatal signal received. Flag checking should be done at the beginning of the ->fiemap callback via the _ Patches currently in -mm which might be from dmonakhov@xxxxxxxxxx are origin.patch fs-make-generic_block_fiemap-sig-tolerant.patch fs-make-generic_block_fiemap-sig-tolerant-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html