xfs: remove bli from AIL before release on transaction abort
[linux/fpc-iii.git] / tools / perf / util / data-convert.h
blob5314962fe95bbf89b29f6d61eb4bcbac8808b2b5
1 #ifndef __DATA_CONVERT_H
2 #define __DATA_CONVERT_H
4 struct perf_data_convert_opts {
5 bool force;
6 bool all;
7 };
9 #endif /* __DATA_CONVERT_H */