[GFS2] Remove unused function from inode.c
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 16 Nov 2006 16:08:16 +0000 (11:08 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:35:57 +0000 (10:35 -0500)
commitdcd2479959c79d44f5dd77e71672e70f1f8b1f06
treea41926c69b0ea6aac9bc9970b59bcd04f5867866
parent175011cf6edddea32e5f5e0e04434104cc348de9
[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 <swhiteho@redhat.com>
fs/gfs2/inode.c
fs/gfs2/inode.h
fs/gfs2/ops_address.c
fs/gfs2/ops_file.c