diff options
author | Dave Chinner <david@fromorbit.com> | 2015-02-09 17:24:25 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2015-02-09 17:24:25 -0500 |
commit | bad962662dbc60e76ec1baae34af56b1ba2dfa5f (patch) | |
tree | bf6d56e8658ab5eceb6edec34d4f205f4217d23b /Documentation/filesystems/xfs.txt | |
parent | 179073620d8090e9c52bf203e2033fc9cfe088b3 (diff) | |
parent | e9892d3cc853afdda2cc69e2576d9ddb5fafad71 (diff) |
Merge branch 'xfs-misc-fixes-for-3.20-4' into for-next
Diffstat (limited to 'Documentation/filesystems/xfs.txt')
-rw-r--r-- | Documentation/filesystems/xfs.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/filesystems/xfs.txt b/Documentation/filesystems/xfs.txt index 7077103ac541..0bfafe108357 100644 --- a/Documentation/filesystems/xfs.txt +++ b/Documentation/filesystems/xfs.txt | |||
@@ -287,9 +287,9 @@ The following sysctls are available for the XFS filesystem: | |||
287 | XFS_ERRLEVEL_LOW: 1 | 287 | XFS_ERRLEVEL_LOW: 1 |
288 | XFS_ERRLEVEL_HIGH: 5 | 288 | XFS_ERRLEVEL_HIGH: 5 |
289 | 289 | ||
290 | fs.xfs.panic_mask (Min: 0 Default: 0 Max: 127) | 290 | fs.xfs.panic_mask (Min: 0 Default: 0 Max: 255) |
291 | Causes certain error conditions to call BUG(). Value is a bitmask; | 291 | Causes certain error conditions to call BUG(). Value is a bitmask; |
292 | AND together the tags which represent errors which should cause panics: | 292 | OR together the tags which represent errors which should cause panics: |
293 | 293 | ||
294 | XFS_NO_PTAG 0 | 294 | XFS_NO_PTAG 0 |
295 | XFS_PTAG_IFLUSH 0x00000001 | 295 | XFS_PTAG_IFLUSH 0x00000001 |
@@ -299,6 +299,7 @@ The following sysctls are available for the XFS filesystem: | |||
299 | XFS_PTAG_SHUTDOWN_CORRUPT 0x00000010 | 299 | XFS_PTAG_SHUTDOWN_CORRUPT 0x00000010 |
300 | XFS_PTAG_SHUTDOWN_IOERROR 0x00000020 | 300 | XFS_PTAG_SHUTDOWN_IOERROR 0x00000020 |
301 | XFS_PTAG_SHUTDOWN_LOGERROR 0x00000040 | 301 | XFS_PTAG_SHUTDOWN_LOGERROR 0x00000040 |
302 | XFS_PTAG_FSBLOCK_ZERO 0x00000080 | ||
302 | 303 | ||
303 | This option is intended for debugging only. | 304 | This option is intended for debugging only. |
304 | 305 | ||