From: Eric W. Biederman Date: Sun, 8 Nov 2009 07:27:03 +0000 (-0800) Subject: sysfs: Simplify iattr time assignments X-Git-Tag: v2.6.33-rc1~314^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be3df28beec5605c77a18aa2a4f987b5648f9ce;p=pandora-kernel.git sysfs: Simplify iattr time assignments The granularity of sysfs time when we keep it is 1 ns. Which when passed to timestamp_trunc results in a nop. So remove the unnecessary function call making sysfs_setattr slightly easier to read. Acked-by: Tejun Heo Acked-by: Serge Hallyn Signed-off-by: Eric W. Biederman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed