Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Carlos Maiolino and committed by
Jonathan Corbet
dfddf353 93a07ad5

+1 -1
+1 -1
Documentation/filesystems/porting.rst
··· 313 313 314 314 **mandatory** 315 315 316 - block truncatation on error exit from ->write_begin, and ->direct_IO 316 + block truncation on error exit from ->write_begin, and ->direct_IO 317 317 moved from generic methods (block_write_begin, cont_write_begin, 318 318 nobh_write_begin, blockdev_direct_IO*) to callers. Take a look at 319 319 ext2_write_failed and callers for an example.