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

Documentation: filesystems: caching/operations: drop doubled word

Drop the doubled word "be".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: David Howells <dhowells@redhat.com>
Cc: linux-cachefs@redhat.com
Link: https://lore.kernel.org/r/20200703214325.31036-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
11166459 612176a4

+1 -1
+1 -1
Documentation/filesystems/caching/operations.rst
··· 27 27 fscache_operation structs, though these are usually embedded into some other 28 28 structure. 29 29 30 - This facility is available to and expected to be be used by the cache backends, 30 + This facility is available to and expected to be used by the cache backends, 31 31 and FS-Cache will create operations and pass them off to the appropriate cache 32 32 backend for completion. 33 33