Message ID | 1621083970-32463-9-git-send-email-jsimmons@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | lustre: sync to OpenSFS tree as of May 14, 2021 | expand |
diff --git a/fs/lustre/ptlrpc/sec_gc.c b/fs/lustre/ptlrpc/sec_gc.c index bc76323..fedcf2c 100644 --- a/fs/lustre/ptlrpc/sec_gc.c +++ b/fs/lustre/ptlrpc/sec_gc.c @@ -76,8 +76,6 @@ void sptlrpc_gc_del_sec(struct ptlrpc_sec *sec) if (list_empty(&sec->ps_gc_list)) return; - might_sleep(); - /* signal before list_del to make iteration in gc thread safe */ atomic_inc(&sec_gc_wait_del);