From: Anton Altaparmakov Date: Tue, 11 Oct 2005 13:54:42 +0000 (+0100) Subject: NTFS: In attrib.c::ntfs_attr_set() call balance_dirty_pages_ratelimited() X-Git-Tag: v2.6.15-rc1~59^2~4^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b8990513b077dc388b0756acd31465e5c21441;p=pandora-kernel.git 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 --- Reading git-diff-tree failed