diff options
author | Andrew Morton <akpm@osdl.org> | 2006-12-10 11:19:27 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-10 18:55:41 +0100 |
commit | 55e829af06681e5d731c03ba04febbd1c76ca293 (patch) | |
tree | 4304030be250d913f56696ffda8ae660fb17b110 /scripts/Makefile.modinst | |
parent | [PATCH] clean up __set_page_dirty_nobuffers() (diff) | |
download | linux-55e829af06681e5d731c03ba04febbd1c76ca293.tar.xz linux-55e829af06681e5d731c03ba04febbd1c76ca293.zip |
[PATCH] io-accounting: write accounting
Accounting writes is fairly simple: whenever a process flips a page from clean
to dirty, we accuse it of having caused a write to underlying storage of
PAGE_CACHE_SIZE bytes.
This may overestimate the amount of writing: the page-dirtying may cause only
one buffer_head's worth of writeout. Fixing that is possible, but probably a
bit messy and isn't obviously important.
Cc: Jay Lan <jlan@sgi.com>
Cc: Shailabh Nagar <nagar@watson.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Chris Sturtivant <csturtiv@sgi.com>
Cc: Tony Ernst <tee@sgi.com>
Cc: Guillaume Thouvenin <guillaume.thouvenin@bull.net>
Cc: David Wright <daw@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts/Makefile.modinst')
0 files changed, 0 insertions, 0 deletions