diff options
author | 2025-01-07 10:04:11 -0500 | |
---|---|---|
committer | 2025-01-27 19:25:23 -0500 | |
commit | 541795cb0be6e29f79deff50831bc6caa72b5f8e (patch) | |
tree | 4664880c2844c8a78ef7b30b16fd745c80d59b3c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ceph_d_revalidate(): use stable parent inode passed by caller (diff) | |
download | wireguard-linux-541795cb0be6e29f79deff50831bc6caa72b5f8e.tar.xz wireguard-linux-541795cb0be6e29f79deff50831bc6caa72b5f8e.zip |
ceph_d_revalidate(): propagate stable name down into request encoding
Currently get_fscrypt_altname() requires ->r_dentry->d_name to be stable
and it gets that in almost all cases. The only exception is ->d_revalidate(),
where we have a stable name, but it's passed separately - dentry->d_name
is not stable there.
Propagate it down to get_fscrypt_altname() as a new field of struct
ceph_mds_request - ->r_dname, to be used instead ->r_dentry->d_name
when non-NULL.
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions