From: Christoph Hellwig Date: Tue, 13 Mar 2012 08:41:05 +0000 (+0000) Subject: xfs: log file size updates at I/O completion time X-Git-Tag: v3.4-rc1~121^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281627df3eb55e1b729b9bb06fff5ff112929646;p=pandora-kernel.git xfs: log file size updates at I/O completion time Do not use unlogged metadata updates and the VFS dirty bit for updating the file size after writeback. In addition to causing various problems with updates getting delayed for far too long this also drags in the unscalable VFS dirty tracking, and is one of the few remaining unlogged metadata updates. Reviewed-by: Dave Chinner Signed-off-by: Christoph Hellwig Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed