>From f7af425b2ac920065491a478b4f4359f422b3453 Mon Sep 17 00:00:00 2001 From: Dmitry Monakhov Date: Fri, 19 Dec 2014 13:11:29 +0400 Subject: [PATCH] doc: fimemap update signal behaviour Signed-off-by: Dmitry Monakhov --- Documentation/filesystems/fiemap.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Documentation/filesystems/fiemap.txt b/Documentation/filesystems/fiemap.txt index 1b805a0..f6d9c99 100644 --- a/Documentation/filesystems/fiemap.txt +++ b/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 -- 1.7.1