# File lib/fuse/rfusefs-fuse.rb, line 451
      def removexattr(ctx,path,name)
        return wrap_context(ctx,__method__,path,name) if ctx
        @root.xattr(path).delete(name)
      end