commit | 5acd57936c3224fd86e838201e528e0169373e9b | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Sep 06 15:17:36 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:31 2005 -0700 |
tree | 17ffd8eb4222ac954d9f82c7450f52dfae73fe71 | |
parent | 6c9c0b52b8c6b68b05bb06efd7079a8fc5e9ba60 [diff] |
[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 <htejun@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>