mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(meta): fix fileStats bug. #1000140349
Signed-off-by: zhumingze <zhumingze@oppo.com>
This commit is contained in:
parent
9a571a7f35
commit
c260b7db0c
@ -35,7 +35,7 @@ const (
|
||||
)
|
||||
|
||||
func (mp *metaPartition) fileStats(ino *Inode) {
|
||||
if mp.manager != nil {
|
||||
if mp.manager == nil {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user