[LU-9099] ll_file_io_generic() should include more in VFSTRACE CDEBUG Created: 09/Feb/17 Updated: 09/Feb/17 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | John Hammond | Assignee: | WC Triage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
- CDEBUG(D_VFSTRACE, "iot: %d, result: %zd\n", iot, result); + CDEBUG(D_VFSTRACE, "%s: iot = %d, result = %zd, rc = %d\n", + file_dentry(file)->d_name.name, iot, result, rc); |