From: Andreas Mohr Date: Mon, 2 Oct 2006 09:17:17 +0000 (-0700) Subject: [PATCH] fs/inode.c tweaks X-Git-Tag: v2.6.19-rc1~472 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed97bd37efd8ff7398d3a7eedf4bcbf245f5dad3;p=pandora-kernel.git [PATCH] fs/inode.c tweaks Only touch inode's i_mtime and i_ctime to make them equal to "now" in case they aren't yet (don't just update timestamp unconditionally). Uninline the hash function to save 259 Bytes. This tiny inode change which may improve cache behaviour also shaves off 8 Bytes from file_update_time() on i386. Included a tiny codestyle cleanup, too. Signed-off-by: Andreas Mohr Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed