Commit 19ebc8f
xfs: fix file_path handling in tracepoints
Since file_path() takes the output buffer as one of its arguments, we
might as well have it format directly into the tracepoint's char array
instead of wasting stack space.
Fixes: 3934e8e ("xfs: create a big array data structure")
Fixes: 5076a60 ("xfs: support in-memory buffer cache targets")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202403290419.HPcyvqZu-lkp@intel.com/
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>1 parent 39c1ddb commit 19ebc8f
2 files changed
+8
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
959 | 959 | | |
960 | 960 | | |
961 | 961 | | |
962 | | - | |
| 962 | + | |
963 | 963 | | |
964 | 964 | | |
965 | | - | |
966 | 965 | | |
967 | 966 | | |
968 | 967 | | |
969 | | - | |
970 | | - | |
| 968 | + | |
971 | 969 | | |
972 | | - | |
973 | | - | |
| 970 | + | |
| 971 | + | |
974 | 972 | | |
975 | 973 | | |
976 | 974 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4715 | 4715 | | |
4716 | 4716 | | |
4717 | 4717 | | |
4718 | | - | |
| 4718 | + | |
4719 | 4719 | | |
4720 | 4720 | | |
4721 | | - | |
4722 | 4721 | | |
4723 | 4722 | | |
4724 | 4723 | | |
4725 | 4724 | | |
4726 | 4725 | | |
4727 | | - | |
4728 | | - | |
| 4726 | + | |
4729 | 4727 | | |
4730 | | - | |
4731 | | - | |
| 4728 | + | |
| 4729 | + | |
4732 | 4730 | | |
4733 | 4731 | | |
4734 | 4732 | | |
| |||
0 commit comments