mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update special file option name in comment.
PiperOrigin-RevId: 321269281
This commit is contained in:
@@ -28,9 +28,9 @@ import (
|
||||
)
|
||||
|
||||
// specialFileFD implements vfs.FileDescriptionImpl for pipes, sockets, device
|
||||
// special files, and (when filesystemOptions.specialRegularFiles is in effect)
|
||||
// regular files. specialFileFD differs from regularFileFD by using per-FD
|
||||
// handles instead of shared per-dentry handles, and never buffering I/O.
|
||||
// special files, and (when filesystemOptions.regularFilesUseSpecialFileFD is
|
||||
// in effect) regular files. specialFileFD differs from regularFileFD by using
|
||||
// per-FD handles instead of shared per-dentry handles, and never buffering I/O.
|
||||
type specialFileFD struct {
|
||||
fileDescription
|
||||
|
||||
|
||||
Reference in New Issue
Block a user