[git pull] d_name whack-a-mole

From: Al Viro
Date: Sun Feb 21 2021 - 17:44:41 EST


A bunch of places that play with ->d_name in printks instead of
using proper formats...

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.d_name

for you to fetch changes up to d67568410ae1c95004fad85ff1fe78204752f46c:

orangefs_file_mmap(): use %pD (2021-01-06 21:59:52 -0500)

----------------------------------------------------------------
Al Viro (4):
cramfs: use %pD instead of messing with file_dentry()->d_name
erofs: use %pd instead of messing with ->d_name
cifs_debug: use %pd instead of messing with ->d_name
orangefs_file_mmap(): use %pD

fs/cifs/cifs_debug.c | 4 ++--
fs/cramfs/inode.c | 18 ++++++++----------
fs/erofs/namei.c | 4 ++--
fs/orangefs/file.c | 5 +----
4 files changed, 13 insertions(+), 18 deletions(-)