projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181b150
)
cifs_debug: use %pd instead of messing with ->d_name
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 7 Jan 2021 02:53:52 +0000
(21:53 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 7 Jan 2021 02:53:52 +0000
(21:53 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/cifs/cifs_debug.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifs_debug.c
b/fs/cifs/cifs_debug.c
index b231dcf1d1f9fe830d7139af3926dfa2b68a927a..aa697ccfa9dc877e3cac529ec5ac804b448bb98a 100644
(file)
--- a/
fs/cifs/cifs_debug.c
+++ b/
fs/cifs/cifs_debug.c
@@
-197,14
+197,14
@@
static int cifs_debug_files_proc_show(struct seq_file *m, void *v)
cfile = list_entry(tmp2, struct cifsFileInfo,
tlist);
seq_printf(m,
- "0x%x 0x%llx 0x%x %d %d %d %
s
",
+ "0x%x 0x%llx 0x%x %d %d %d %
pd
",
tcon->tid,
cfile->fid.persistent_fid,
cfile->f_flags,
cfile->count,
cfile->pid,
from_kuid(&init_user_ns, cfile->uid),
- cfile->dentry
->d_name.name
);
+ cfile->dentry);
#ifdef CONFIG_CIFS_DEBUG2
seq_printf(m, " 0x%llx\n", cfile->fid.mid);
#else