| commit | 9d25847b3ce3df3adaa20a466af9fb7af287a567 | [log] [tgz] |
|---|---|---|
| author | Theodore Ts'o <tytso@mit.edu> | Fri Jan 27 15:54:14 2023 -0500 |
| committer | Theodore Ts'o <tytso@mit.edu> | Fri Jan 27 15:54:14 2023 -0500 |
| tree | 4eed825c782c6aa24434a525de66c117ab2dcfc7 | |
| parent | 0352d353adbe6c5d6f1937e12c66e599b8657d72 [diff] |
debugfs: fix a printf format compiler warning on 64-bit architectures Sometimes the only way to shut up a compiler warning is to use a cast. :-( Signed-off-by: Theodore Ts'o <tytso@mit.edu>