commit | c1c4e3982db44f3144665258e0b99eef1f0d5f98 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu May 29 18:19:13 2025 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jul 04 00:05:01 2025 -0400 |
tree | a2925bf743053f0ed580b55317d37e15d0eb8214 | |
parent | d241ea092ad031e64406b4c11493e7138f44396d [diff] |
blk-mq-debugfs: use debugfs_get_aux() instead of manually stashing the data pointer into parent directory inode's ->i_private, just pass it to debugfs_create_file_aux() so that it can be extracted without that insane chasing through ->d_parent. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>