Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc5b1d55 authored by Shaun Zinck's avatar Shaun Zinck Committed by Adrian Bunk
Browse files

Documentation/filesystems/vfs.txt: typo fix



Signed-off-by: default avatarShaun Zinck <shaun.zinck@gmail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent b2fff3f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -706,7 +706,7 @@ struct address_space_operations {
        wants to make it a free page.  If ->releasepage succeeds, the
        page will be removed from the address_space and become free.

	The second case if when a request has been made to invalidate
	The second case is when a request has been made to invalidate
        some or all pages in an address_space.  This can happen
        through the fadvice(POSIX_FADV_DONTNEED) system call or by the
        filesystem explicitly requesting it as nfs and 9fs do (when