diff --git a/proc_parse.c b/proc_parse.c index 0e7838fe3..a53408cb7 100644 --- a/proc_parse.c +++ b/proc_parse.c @@ -1554,6 +1554,11 @@ int parse_file_locks(void) continue; } + pr_info("lockinfo: %lld:%d %x %d %02x:%02x:%ld %lld %s\n", + fl->fl_id, fl->fl_kind, fl->fl_ltype, + fl->fl_owner, fl->maj, fl->min, fl->i_no, + fl->start, fl->end); + if (is_blocked) { /* * Here the task is in the pstree. @@ -1569,11 +1574,6 @@ int parse_file_locks(void) goto err; } - pr_info("lockinfo: %lld:%d %x %d %02x:%02x:%ld %lld %s\n", - fl->fl_id, fl->fl_kind, fl->fl_ltype, - fl->fl_owner, fl->maj, fl->min, fl->i_no, - fl->start, fl->end); - list_add_tail(&fl->list, &file_lock_list); }