[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)
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>

No differences found