mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
[vfs] kernfs: Implement remaining InodeAttr fields.
Added the following fields in kernfs.InodeAttr: - blockSize - atime - mtime - ctime Also resolved all TODOs for #1193. Fixes #1193 PiperOrigin-RevId: 338714527
This commit is contained in:
@@ -55,7 +55,7 @@ func NewVFS2(t *kernel.Task, family int, skType linux.SockType, protocol int, qu
|
||||
}
|
||||
|
||||
mnt := t.Kernel().SocketMount()
|
||||
d := sockfs.NewDentry(t.Credentials(), mnt)
|
||||
d := sockfs.NewDentry(t, mnt)
|
||||
defer d.DecRef(t)
|
||||
|
||||
s := &SocketVFS2{
|
||||
|
||||
Reference in New Issue
Block a user