diff options
Diffstat (limited to 'Documentation/filesystems/fiemap.txt')
-rw-r--r-- | 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 1b805a0efbb0..f6d9c99103a4 100644 --- a/Documentation/filesystems/fiemap.txt +++ b/Documentation/filesystems/fiemap.txt | |||
@@ -196,7 +196,8 @@ struct fiemap_extent_info { | |||
196 | }; | 196 | }; |
197 | 197 | ||
198 | It is intended that the file system should not need to access any of this | 198 | It is intended that the file system should not need to access any of this |
199 | structure directly. | 199 | structure directly. Filesystem handlers should be tolerant to signals and return |
200 | EINTR once fatal signal received. | ||
200 | 201 | ||
201 | 202 | ||
202 | Flag checking should be done at the beginning of the ->fiemap callback via the | 203 | Flag checking should be done at the beginning of the ->fiemap callback via the |