diff options
author | Mauro Carvalho Chehab | 2020-04-27 23:16:53 +0200 |
---|---|---|
committer | Jonathan Corbet | 2020-05-05 09:22:20 -0600 |
commit | 67145c23e70b066443a3c0736e74aa2342a013fd (patch) | |
tree | 324dfb5db5e4e37e728e5ff6595ee622c331e484 /fs/fscache | |
parent | ec43a27fffd025f718428d9f4f8df22fa765405f (diff) |
docs: filesystems: convert caching/object.txt to ReST
- Add a SPDX header;
- Adjust document and section titles;
- Comment out text ToC for html/pdf output;
- Some whitespace fixes and new line breaks;
- Adjust the events list to make them look better for html output;
- Add it to filesystems/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/49026a8ea7e714c2e0f003aa26b975b1025476b7.1588021877.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'fs/fscache')
-rw-r--r-- | fs/fscache/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fscache/object.c b/fs/fscache/object.c index cfeba839a0f2..efaa003b8323 100644 --- a/fs/fscache/object.c +++ b/fs/fscache/object.c @@ -4,7 +4,7 @@ * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * - * See Documentation/filesystems/caching/object.txt for a description of the + * See Documentation/filesystems/caching/object.rst for a description of the * object state machine and the in-kernel representations. */ |