Remove some fdinfo attributes

This commit is contained in:
Ruihan Li 2026-01-03 12:28:03 +08:00
parent 4ec3aef4f2
commit 467ef07e67
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ impl FileLike for InotifyFile {
let sdev = inode.fs().sb().fsid;
writeln!(
f,
"inotify wd:{} ino:{:x} sdev:{:x} mask:{:x} ignored_mask:0 fhandle-bytes:0 fhandle-type:0 f_handle:0",
"inotify wd:{} ino:{:x} sdev:{:x} mask:{:x} ignored_mask:0",
wd,
inode.ino(),
sdev,