commit | e287179afe2190faa7b97915cb89215dde5e044b | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Tue Jul 31 13:25:25 2018 +0300 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Sep 28 16:43:22 2018 +0200 |
tree | a8c3fa4208c0b65e5524d14446def640ec5e1f09 | |
parent | 88bc7d5097a11d9bdcf08ecf85c81ba998353437 [diff] |
fuse: use list_first_entry() in flush_bg_queue() This cleanup patch makes the function to use the primitive instead of direct dereferencing. Also, move fiq dereferencing out of cycle, since it's always constant. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>