diff options
author | David Howells <dhowells@redhat.com> | 2013-09-05 08:06:15 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-09-06 04:17:30 -0400 |
commit | 696f69b6b088f0f5b9470a5d008871c96354f531 (patch) | |
tree | bd80e8e4a4ece6ad2c2b277f7dc6bbb1eda9331c | |
parent | 5002d7bef81c9646bbb06fb57db4a100aa5a57c5 (diff) |
FS-Cache: Fix heading in documentation
Fix a heading in the documentation to make it consistent with the contents
list.
Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r-- | Documentation/filesystems/caching/netfs-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/caching/netfs-api.txt b/Documentation/filesystems/caching/netfs-api.txt index 12b344251523..26c1dd5a6a21 100644 --- a/Documentation/filesystems/caching/netfs-api.txt +++ b/Documentation/filesystems/caching/netfs-api.txt | |||
@@ -433,7 +433,7 @@ to the caller. The attribute adjustment excludes read and write operations. | |||
433 | 433 | ||
434 | 434 | ||
435 | ===================== | 435 | ===================== |
436 | PAGE READ/ALLOC/WRITE | 436 | PAGE ALLOC/READ/WRITE |
437 | ===================== | 437 | ===================== |
438 | 438 | ||
439 | And the sixth step is to store and retrieve pages in the cache. There are | 439 | And the sixth step is to store and retrieve pages in the cache. There are |