diff options
author | Carlos Maiolino <cmaiolino@redhat.com> | 2024-12-13 16:17:40 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-12-13 08:35:49 -0700 |
commit | dfddf35310a927f375e7dddc55e987a6ea719c6f (patch) | |
tree | ad810a6c7446ee35246a2a893a73fce8ddd5cbd5 | |
parent | 93a07ad57fa805b762d16f0ae024c446a5f6f3f1 (diff) | |
download | lwn-dfddf35310a927f375e7dddc55e987a6ea719c6f.tar.gz lwn-dfddf35310a927f375e7dddc55e987a6ea719c6f.zip |
Documentation: Fix simple typo on filesystems/porting.rst
Just spotted this while reading the doc.
Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241213151743.23435-1-cem@kernel.org
-rw-r--r-- | Documentation/filesystems/porting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst index 9ab2a3d6f2b4..c1c121055204 100644 --- a/Documentation/filesystems/porting.rst +++ b/Documentation/filesystems/porting.rst @@ -313,7 +313,7 @@ done. **mandatory** -block truncatation on error exit from ->write_begin, and ->direct_IO +block truncation on error exit from ->write_begin, and ->direct_IO moved from generic methods (block_write_begin, cont_write_begin, nobh_write_begin, blockdev_direct_IO*) to callers. Take a look at ext2_write_failed and callers for an example. |