Skip to content

Commit

Permalink
feat/acl: fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: jiefeng <[email protected]>
  • Loading branch information
jiefenghuang committed Mar 6, 2024
1 parent 20bad48 commit 116579c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/meta/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,6 @@ func (m *redisMeta) sliceRefs() string {
return m.prefix + "sliceRef"
}

func (m *redisMeta) counterName(name string) string {
return m.prefix + name
}

func (m *redisMeta) packQuota(space, inodes int64) []byte {
wb := utils.NewBuffer(16)
wb.Put64(uint64(space))
Expand Down

0 comments on commit 116579c

Please sign in to comment.