Kamil Wcisło

Results 2 issues of Kamil Wcisło

Add support for Read File Record (0x14) and Write File Record (0x15) functions. Supports single file read/write.

According to the [implementation](https://github.com/containers/nri-plugins/blob/da9e0cdc7072e7b4dc353a2d00eceeff3953e6e5/cmd/plugins/topology-aware/policy/node.go#L254) of the `node.Parent()` method, [this check](https://github.com/containers/nri-plugins/blob/da9e0cdc7072e7b4dc353a2d00eceeff3953e6e5/cmd/plugins/topology-aware/policy/pools.go#L1155) (`!n.IsNil()`) could cause segmentation fault, because `node.Parent()` could return `nil`.