summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
diff options
context:
space:
mode:
authorRandy Dunlap2008-03-01 07:02:31 +0100
committerLinus Torvalds2008-03-03 19:47:13 +0100
commit78a4a50a86b0a54f7ecbc164267b6c762760254c (patch)
treea50503b14fc4f21abdcc0e2c6e49380029bb5e1c /fs/buffer.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 (diff)
downloadkernel-qcow2-linux-78a4a50a86b0a54f7ecbc164267b6c762760254c.tar.gz
kernel-qcow2-linux-78a4a50a86b0a54f7ecbc164267b6c762760254c.tar.xz
kernel-qcow2-linux-78a4a50a86b0a54f7ecbc164267b6c762760254c.zip
docbook: fix filesystems.tmpl source files
Fix docbook problems in filesystems.tmpl. These cause the generated docbook to be incorrect. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/buffer.c')
-rw-r--r--fs/buffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index 3ebccf4aa7e3..897cd7477b34 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -627,8 +627,7 @@ repeat:
}
/**
- * sync_mapping_buffers - write out and wait upon a mapping's "associated"
- * buffers
+ * sync_mapping_buffers - write out & wait upon a mapping's "associated" buffers
* @mapping: the mapping which wants those buffers written
*
* Starts I/O against the buffers at mapping->private_list, and waits upon