Message ID | 1662429337-18737-6-git-send-email-jsimmons@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | lustre: update to OpenSFS tree Sept 5, 2022 | expand |
diff --git a/fs/lustre/obdclass/range_lock.c b/fs/lustre/obdclass/range_lock.c index 2af6385..9731e57 100644 --- a/fs/lustre/obdclass/range_lock.c +++ b/fs/lustre/obdclass/range_lock.c @@ -159,7 +159,7 @@ int range_lock(struct range_lock_tree *tree, struct range_lock *lock) spin_unlock(&tree->rlt_lock); schedule(); - if (signal_pending(current)) { + if (fatal_signal_pending(current)) { range_unlock(tree, lock); rc = -ERESTARTSYS; goto out;