diff options
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/pstore | 12 | ||||
-rw-r--r-- | Documentation/ABI/testing/sysfs-fs-pstore | 7 |
2 files changed, 9 insertions, 10 deletions
diff --git a/Documentation/ABI/testing/pstore b/Documentation/ABI/testing/pstore index f1fb2a004264..ddf451ee2a08 100644 --- a/Documentation/ABI/testing/pstore +++ b/Documentation/ABI/testing/pstore | |||
@@ -1,6 +1,6 @@ | |||
1 | Where: /dev/pstore/... | 1 | Where: /dev/pstore/... |
2 | Date: January 2011 | 2 | Date: March 2011 |
3 | Kernel Version: 2.6.38 | 3 | Kernel Version: 2.6.39 |
4 | Contact: tony.luck@intel.com | 4 | Contact: tony.luck@intel.com |
5 | Description: Generic interface to platform dependent persistent storage. | 5 | Description: Generic interface to platform dependent persistent storage. |
6 | 6 | ||
@@ -11,7 +11,7 @@ Description: Generic interface to platform dependent persistent storage. | |||
11 | of the console log is captured, but other interesting | 11 | of the console log is captured, but other interesting |
12 | data can also be saved. | 12 | data can also be saved. |
13 | 13 | ||
14 | # mount -t pstore - /dev/pstore | 14 | # mount -t pstore -o kmsg_bytes=8000 - /dev/pstore |
15 | 15 | ||
16 | $ ls -l /dev/pstore | 16 | $ ls -l /dev/pstore |
17 | total 0 | 17 | total 0 |
@@ -33,3 +33,9 @@ Description: Generic interface to platform dependent persistent storage. | |||
33 | will be saved elsewhere and erased from persistent store | 33 | will be saved elsewhere and erased from persistent store |
34 | soon after boot to free up space ready for the next | 34 | soon after boot to free up space ready for the next |
35 | catastrophe. | 35 | catastrophe. |
36 | |||
37 | The 'kmsg_bytes' mount option changes the target amount of | ||
38 | data saved on each oops/panic. Pstore saves (possibly | ||
39 | multiple) files based on the record size of the underlying | ||
40 | persistent storage until at least this amount is reached. | ||
41 | Default is 10 Kbytes. | ||
diff --git a/Documentation/ABI/testing/sysfs-fs-pstore b/Documentation/ABI/testing/sysfs-fs-pstore deleted file mode 100644 index 8e659d854805..000000000000 --- a/Documentation/ABI/testing/sysfs-fs-pstore +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | What: /sys/fs/pstore/kmsg_bytes | ||
2 | Date: January 2011 | ||
3 | Kernel Version: 2.6.38 | ||
4 | Contact: "Tony Luck" <tony.luck@intel.com> | ||
5 | Description: | ||
6 | Controls amount of console log that will be saved | ||
7 | to persistent store on oops/panic. | ||