aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-10-07 15:24:08 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-07 15:24:08 -0400
commit2ab704a47e0f27df758840a589aec3298dbb98dd (patch)
tree6df76c8e361b41373aedd3350a668b8381f72368 /Documentation
parentddc4e6d232d6b625a5686ec1aafe42b9e0109a4c (diff)
parentd282b9c0ac9f7fb5dff5b146e37cf820c610dacc (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial updates from Jiri Kosina: "The usual rocket science from the trivial tree" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: tracing/syscalls: fix multiline in error message text lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description doc: vfs: fix fadvise() sycall name x86/entry: spell EBX register correctly in documentation securityfs: fix securityfs_create_dir comment irq: Fix typo in tracepoint.xml
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/vfs.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index 9ace359d6cc5..cbec006e10e4 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -722,7 +722,7 @@ struct address_space_operations {
722 722
723 The second case is when a request has been made to invalidate 723 The second case is when a request has been made to invalidate
724 some or all pages in an address_space. This can happen 724 some or all pages in an address_space. This can happen
725 through the fadvice(POSIX_FADV_DONTNEED) system call or by the 725 through the fadvise(POSIX_FADV_DONTNEED) system call or by the
726 filesystem explicitly requesting it as nfs and 9fs do (when 726 filesystem explicitly requesting it as nfs and 9fs do (when
727 they believe the cache may be out of date with storage) by 727 they believe the cache may be out of date with storage) by
728 calling invalidate_inode_pages2(). 728 calling invalidate_inode_pages2().