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
This commit is contained in:
Carlos Maiolino 2024-12-13 16:17:40 +01:00 committed by Jonathan Corbet
parent 93a07ad57f
commit dfddf35310

View File

@ -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.