Commit 5acd57936c3224fd86e838201e528e0169373e9b
Committed by
Linus Torvalds
1 parent
6c9c0b52b8
Exists in
master
and in
7 other branches
[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>
Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff
fs/inode.c