[PATCH] filemap_fdatawrite_range() api: clarify -end parameter
authorAndrew Morton <akpm@osdl.org>
Fri, 24 Mar 2006 11:17:45 +0000 (03:17 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Mar 2006 15:33:25 +0000 (07:33 -0800)
commit469eb4d03878b676418f853011ebfb54ccf83a5e
tree38b10385c6241778ca88c6015ded3ba68d39a23c
parent604bf5a216e7f2d97cdf62614ca1281921531040
[PATCH] filemap_fdatawrite_range() api: clarify -end parameter

I had trouble understanding working out whether filemap_fdatawrite_range()'s
`end' parameter describes the last-byte-to-be-written or the last-plus-one.
Clarify that in comments.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/filemap.c