diff options
author | Sergio López <slpml@sinrega.org> | 2011-09-29 11:44:40 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-03 22:33:04 +0200 |
commit | 7f0e0da1fb514c30df296e22481761b77f6d3a6a (patch) | |
tree | 5ac47a57fdb11bca4ad0379c076eb690f7db1633 /nfs/mount.c | |
parent | 2f8e829bdc2e868d1872e21b4acae404a2316e68 (diff) |
Sync pager before clearing MAY_CACHE flag
Clearing MAY_CACHE flag on a pager initiates a memory object
termination if this one is not referenced anymore. If the object has a
significant number of dirty pages (i.e. a file recently created was
unlinked before diskfs periodical sync) this operation generates a lot
of stress on the translator. This is one of the most common sources
for thread storms.
Sync'ing the pager before clearing that flag ensures that there aren't
dirty pages in the object before its termination.
* ext2fs/pager.c (drop_pager_softrefs): Sync pager before clearing
MAY_CACHE flag.
Diffstat (limited to 'nfs/mount.c')
0 files changed, 0 insertions, 0 deletions