From: Steven Whitehouse Date: Tue, 2 Aug 2011 12:13:20 +0000 (+0100) Subject: GFS2: Make atime checks more efficient X-Git-Tag: v3.2-rc1~132^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4ec642d9f00d4c531b1a4ae0613091ec1f8e9b;p=pandora-kernel.git GFS2: Make atime checks more efficient We do not need to start a transaction unless the atime check has proved positive. Also if we are going to flush the complete ail list anyway, we might as well skip the writeback for this specific inode's metadata, since that will be done as part of the ail writeback process in an order offering potentially more efficient I/O. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed