From: Steven Whitehouse Date: Thu, 16 Nov 2006 16:08:16 +0000 (-0500) Subject: [GFS2] Remove unused function from inode.c X-Git-Tag: v2.6.20-rc1~145^2^2~5^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd2479959c79d44f5dd77e71672e70f1f8b1f06;p=pandora-kernel.git [GFS2] Remove unused function from inode.c The gfs2_glock_nq_m_atime function is unused in so far as its only ever called with num_gh = 1, and this falls through to the gfs2_glock_nq_atime function, so we might as well call that directly. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed