commit | dcd2479959c79d44f5dd77e71672e70f1f8b1f06 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 16 11:08:16 2006 -0500 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Nov 30 10:35:57 2006 -0500 |
tree | a41926c69b0ea6aac9bc9970b59bcd04f5867866 | |
parent | 175011cf6edddea32e5f5e0e04434104cc348de9 [diff] |
[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>