mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-03 18:47:03 +00:00
Merge pull request #5302 from liubin/fix/5285-SetFsSharingSupport-comment
runtime: fix incorrect comment for SetFsSharingSupport function
This commit is contained in:
commit
2c88e1cd80
@ -53,7 +53,7 @@ func (caps *Capabilities) IsFsSharingSupported() bool {
|
||||
return caps.flags&fsSharingSupported != 0
|
||||
}
|
||||
|
||||
// SetFsSharingUnsupported sets the host filesystem sharing capability to true.
|
||||
// SetFsSharingSupport sets the host filesystem sharing capability to true.
|
||||
func (caps *Capabilities) SetFsSharingSupport() {
|
||||
caps.flags |= fsSharingSupported
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user