fs: unexport DeviceID

This commit is contained in:
Michael Eischer
2024-08-27 14:35:10 +02:00
parent 70fbad6623
commit e79dca644e
3 changed files with 6 additions and 6 deletions

View File

@@ -48,8 +48,8 @@ func (fs Local) Lstat(name string) (os.FileInfo, error) {
// DeviceID extracts the DeviceID from the given FileInfo. If the fs does
// not support a DeviceID, it returns an error instead
func (fs Local) DeviceID(fi os.FileInfo) (deviceID uint64, err error) {
return DeviceID(fi)
func (fs Local) DeviceID(fi os.FileInfo) (id uint64, err error) {
return deviceID(fi)
}
// Join joins any number of path elements into a single path, adding a