The patch titled Subject: fs-make-generic_block_fiemap-sig-tolerant-fix has been removed from the -mm tree. Its filename was fs-make-generic_block_fiemap-sig-tolerant-fix.patch This patch was dropped because it was folded into fs-make-generic_block_fiemap-sig-tolerant.patch ------------------------------------------------------ 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 fs-make-generic_block_fiemap-sig-tolerant.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