]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fs-writeback.c: unify some common code
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Oct 2010 15:55:52 +0000 (08:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 30 Oct 2010 15:55:52 +0000 (08:55 -0700)
commitcdf01dd5443d0befc8c6a32cb2e3d2f568fd2558
tree97ff92f14a00146ad20b168559bb13f11db7fafb
parent847f877600313e65c5659476b30d74a6f66e388e
fs-writeback.c: unify some common code

The btrfs merge looks like hell, because it changes fs-writeback.c, and
the crazy code has this repeated "estimate number of dirty pages"
counting that involves three different helper functions.  And it's done
in two different places.

Just unify that whole calculation as a "get_nr_dirty_pages()" helper
function, and the merge result will look half-way decent.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/fs-writeback.c