]> Pileus Git - ~andy/linux/blobdiff - Documentation/vm/pagemap.txt
Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggy
[~andy/linux] / Documentation / vm / pagemap.txt
index 7587493c67f11e809861b0e592c5d8458ab75030..5948e455c4d24346c29bb245551571258991d37f 100644 (file)
@@ -15,7 +15,8 @@ There are three components to pagemap:
     * Bits 0-54  page frame number (PFN) if present
     * Bits 0-4   swap type if swapped
     * Bits 5-54  swap offset if swapped
-    * Bits 55-60 page shift (page size = 1<<page shift)
+    * Bit  55    pte is soft-dirty (see Documentation/vm/soft-dirty.txt)
+    * Bits 56-60 zero
     * Bit  61    page is file-page or shared-anon
     * Bit  62    page swapped
     * Bit  63    page present
@@ -147,5 +148,5 @@ once.
 Other notes:
 
 Reading from any of the files will return -EINVAL if you are not starting
-the read on an 8-byte boundary (e.g., if you seeked an odd number of bytes
+the read on an 8-byte boundary (e.g., if you sought an odd number of bytes
 into the file), or if the size of the read is not a multiple of 8 bytes.