]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e3b261f0b4dd68bf9e18a47f30e1ad70953c8d1
tree1e4328d86395baa3d429c0d9911b7d7e1272629d
parentf131a36e7d2f001e511a238e6fb531b40b3ca939
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