From: Tejun Heo Date: Tue, 6 Sep 2005 22:17:36 +0000 (-0700) Subject: [PATCH] fs: remove redundant timespec_equal test in update_atime() X-Git-Tag: v2.6.14-rc1~674 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5acd57936c3224fd86e838201e528e0169373e9b;p=pandora-kernel.git [PATCH] fs: remove redundant timespec_equal test in update_atime() In update_atime(), timespec_equal() test is done twice in succession and the second is always false. This patch removes the second test. Signed-off-by: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed