Loading kernel/trace/blktrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1256,7 +1256,7 @@ static inline __u16 t_error(const struct trace_entry *ent) static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) { const __u64 *val = pdu_start(ent, has_cg); const __be64 *val = pdu_start(ent, has_cg); return be64_to_cpu(*val); } Loading Loading
kernel/trace/blktrace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1256,7 +1256,7 @@ static inline __u16 t_error(const struct trace_entry *ent) static __u64 get_pdu_int(const struct trace_entry *ent, bool has_cg) { const __u64 *val = pdu_start(ent, has_cg); const __be64 *val = pdu_start(ent, has_cg); return be64_to_cpu(*val); } Loading