X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a06f90e1dcaa2c4ce2613e066e7c1348ec129ba8..421c879e077ce8f644553ba3a1481cb55529ee33:/services/keepstore/volume_unix.go?ds=sidebyside diff --git a/services/keepstore/volume_unix.go b/services/keepstore/volume_unix.go index 61a98b5c73..7c8e40cf9a 100644 --- a/services/keepstore/volume_unix.go +++ b/services/keepstore/volume_unix.go @@ -141,7 +141,7 @@ func (v *UnixVolume) Put(loc string, block []byte) error { } // Status returns a VolumeStatus struct describing the volume's -// current state. +// current state, or nil if an error occurs. // func (v *UnixVolume) Status() *VolumeStatus { var fs syscall.Statfs_t