commit | 29b8990513b077dc388b0756acd31465e5c21441 | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Tue Oct 11 14:54:42 2005 +0100 |
committer | Anton Altaparmakov <aia21@cantab.net> | Tue Oct 11 14:54:42 2005 +0100 |
tree | b7de34b7cf3c33d99af1579433f7e2b66a4cd37f | |
parent | 29d8699ebb1e8948a612306c69e6d9c4ef23342f [diff] |
NTFS: In attrib.c::ntfs_attr_set() call balance_dirty_pages_ratelimited() and cond_resched() in the main loop as we could be dirtying a lot of pages and this ensures we play nice with the VM and the system as a whole. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>