commit | e3e0293ca9b948e83948f0514796370c9cc49a09 | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@gmail.com> | Tue Dec 20 21:56:55 2016 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 03 15:14:23 2017 +0100 |
tree | 8ada89517ae49ed3fb80b5f3a4d7ea03ea68c036 | |
parent | 69eb1a0dbfde3132022a063492ddd0f162b650a7 [diff] |
staging: lustre: osc: use rb_entry_safe Use rb_entry_safe() instead of container_of() to simplify the code. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>