commit | 2d821a8b7192ed9d2ea0c30f3cb62b58aa46cf41 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Wed Jul 26 10:18:19 2017 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Wed Aug 09 09:36:38 2017 -0500 |
tree | d4d92df3dc476c6aedc3d62c16ed8dbb4df48df5 | |
parent | 240c6235dfe4fe46f2fd0f2b3c15b3a22100a75e [diff] |
GFS2: Don't bother trying to add rgrps to the lru list This patch removes a call to gfs2_glock_add_to_lru from function gfs2_clear_rgrpd. The call is just a waste of time because as soon as it adds it to the lru_list, the call to gfs2_glock_put takes it back off again. Signed-off-by: Bob Peterson <rpeterso@redhat.com>