Re: [PATCH v2 2/3] perf tools: Get rid of dso__data_fd() from dso__data_size()

2015-05-21 Thread Adrian Hunter
On 20/05/15 19:03, Namhyung Kim wrote: > It seems that the dso__data_fd() was needed to find a binary type > since open in data_file_size() alone used to fail. But as it can open > the dso fine now, the dso__data_fd() can go away. > > Cc: Adrian Hunter > Signed-off-by: Namhyung Kim Acked-by: A

[PATCH v2 2/3] perf tools: Get rid of dso__data_fd() from dso__data_size()

2015-05-20 Thread Namhyung Kim
It seems that the dso__data_fd() was needed to find a binary type since open in data_file_size() alone used to fail. But as it can open the dso fine now, the dso__data_fd() can go away. Cc: Adrian Hunter Signed-off-by: Namhyung Kim --- tools/perf/util/dso.c | 6 -- 1 file changed, 6 deleti