[lustre-devel] [PATCH 12/22] lustre: llite: remove linefeed from LDLM_DEBUG
James Simmons <[email protected]>
| Newsgroups | org.lustre.lists.lustre-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Alex Zhuravlev <[email protected]> to make the corresponding messages single-line WC-bug-id: https://jira.whamcloud.com/browse/LU-15825 Lustre-commit: 93784852c8f20b27c ("LU-15825 ldlm: remove linefeed from LDLM_DEBUG") Signed-off-by: Alex Zhuravlev <[email protected]> Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/47219 Reviewed-by: James Simmons <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Reviewed-by: Oleg Drokin <[email protected]> Signed-off-by: James Simmons <[email protected]> --- fs/lustre/llite/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/lustre/llite/namei.c b/fs/lustre/llite/namei.c index 5ac634c..93abec8 100644 --- a/fs/lustre/llite/namei.c +++ b/fs/lustre/llite/namei.c @@ -233,7 +233,7 @@ static void ll_lock_cancel_bits(struct ldlm_lock *lock, u64 to_cancel) */ if (lock->l_resource->lr_lvb_inode) LDLM_DEBUG(lock, - "can't take inode for the lock (%sevicted)\n", + "can't take inode for the lock (%sevicted)", lock->l_resource->lr_lvb_inode->i_state & I_FREEING ? "" : "not "); return; -- 1.8.3.1 _______________________________________________ lustre-devel mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org