]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit367ff6c54b1f65919dce45864572138441435caf
tree38b10385c6241778ca88c6015ded3ba68d39a23c
parent800e37a9f263e411a2ac85afb0023c8bd076853b
[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