docs: fs: convert porting to ReST
This file has its own proper style, except that, after a while, the coding style gets violated and whitespaces are placed on different ways. As Sphinx and ReST are very sentitive to whitespace differences, I had to opt if each entry after required/mandatory/... fields should start with zero spaces or with a tab. I opted to start them all from the zero position, in order to avoid needing to break lines with more than 80 columns, with would make harder for review. Most of the other changes at porting.rst were made to use an unified notation with works nice as a text file while also produce a good html output after being parsed. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:

committed by
Jonathan Corbet

parent
ec23eb54fb
commit
25b532cec5
@@ -246,7 +246,7 @@ struct orangefs_read_options {
|
||||
extern struct orangefs_stats orangefs_stats;
|
||||
|
||||
/*
|
||||
* NOTE: See Documentation/filesystems/porting for information
|
||||
* NOTE: See Documentation/filesystems/porting.rst for information
|
||||
* on implementing FOO_I and properly accessing fs private data
|
||||
*/
|
||||
static inline struct orangefs_inode_s *ORANGEFS_I(struct inode *inode)
|
||||
|
Reference in New Issue
Block a user