mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-03 22:44:24 +01:00
Merge pull request #5302 from liubin/fix/5285-SetFsSharingSupport-comment
runtime: fix incorrect comment for SetFsSharingSupport function
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user