|
@@ -196,7 +196,8 @@ struct fiemap_extent_info {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
It is intended that the file system should not need to access any of this
|
|
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
|
|
Flag checking should be done at the beginning of the ->fiemap callback via the
|