mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
ceph: print inode number for LOOKUPINO request
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
19913b4eac
commit
c137a32a40
@ -93,6 +93,8 @@ static int mdsc_show(struct seq_file *s, void *p)
|
||||
} else if (req->r_path1) {
|
||||
seq_printf(s, " #%llx/%s", req->r_ino1.ino,
|
||||
req->r_path1);
|
||||
} else {
|
||||
seq_printf(s, " #%llx", req->r_ino1.ino);
|
||||
}
|
||||
|
||||
if (req->r_old_dentry) {
|
||||
|
Loading…
Reference in New Issue
Block a user