mm: move vmtruncate_range to truncate.c
authorHugh Dickins <hughd@google.com>
Mon, 27 Jun 2011 23:18:01 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Jun 2011 01:00:12 +0000 (18:00 -0700)
commit5b8ba10198a109f8a02380648c5d29000caa9c55
tree1e4328d86395baa3d429c0d9911b7d7e1272629d
parent4d258b25d947521c8b913154db61ec55198243f8
mm: move vmtruncate_range to truncate.c

You would expect to find vmtruncate_range() next to vmtruncate() in
mm/truncate.c: move it there.

Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c
mm/truncate.c