From ed97bd37efd8ff7398d3a7eedf4bcbf245f5dad3 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Mon, 2 Oct 2006 02:17:17 -0700 Subject: [PATCH] [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-format-patch failed