portlist: unexport SameInodes method
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ func (p *Poller) Run(ctx context.Context) error {
|
||||
p.Err = err
|
||||
return err
|
||||
}
|
||||
if pl.SameInodes(p.prev) {
|
||||
if pl.sameInodes(p.prev) {
|
||||
continue
|
||||
}
|
||||
p.prev = pl
|
||||
|
||||
Reference in New Issue
Block a user