Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c137a32a authored by Yan, Zheng's avatar Yan, Zheng
Browse files

ceph: print inode number for LOOKUPINO request

parent 19913b4e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) {