Whamcloud - gitweb
LU-8270 ptlrpc: correct use of list_add_tail() 84/20784/3
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 14 Jun 2016 18:41:18 +0000 (13:41 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 5 Jul 2016 23:51:57 +0000 (23:51 +0000)
commit0d7022d7eee3f36dfda0e0e58a531954de3ba335
tree6e2c868a0614a4e9001cb019a8e480c8bc9b10a6
parent87c5e1cd7f45b336d40028af986bf09d2e4922b3
LU-8270 ptlrpc: correct use of list_add_tail()

In sptlrpc_gc_add_sec() swap the arguments to list_add_tail() so that
it does what we meant it to do.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I98f4cc0cdf3e271f003c1242b36a317025974c02
Reviewed-on: http://review.whamcloud.com/20784
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/sec_gc.c