module Fluent::WindowsFileExtension

def stat

def stat
  s = super
  s.instance_variable_set :@ino, @ino
  def s.ino; @ino; end
  s
end