mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
nsfs: mark inodes as anonymous
They don't have parents. Reported-by: syzbot+fcc69453d85379c62d8d@syzkaller.appspotmail.com PiperOrigin-RevId: 558534816
This commit is contained in:
@@ -79,7 +79,7 @@ func (fs *filesystem) MountOptions() string {
|
||||
// +stateify savable
|
||||
type Inode struct {
|
||||
kernfs.InodeAttrs
|
||||
kernfs.InodeNotAnonymous
|
||||
kernfs.InodeAnonymous
|
||||
kernfs.InodeNotDirectory
|
||||
kernfs.InodeNotSymlink
|
||||
kernfs.InodeWatches
|
||||
|
||||
Reference in New Issue
Block a user