commit | 85f8dff00a3193fe5659aa4c91adde31723c0d3d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Dec 18 14:32:29 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 19 14:02:01 2018 -0800 |
tree | 30a2b71b5904cacbd4554951a38843b8074f9ff7 | |
parent | 7af8150f9935634e3e0f47c14e049ff401c82fb4 [diff] |
xfs: fix symbolic enum printing in ftrace output ftrace's __print_symbolic() has a (very poorly documented) requirement that any enum values used in the symbol to string translation table be wrapped in a TRACE_DEFINE_ENUM so that the enum value can be encoded in the ftrace ring buffer. Fix this unsatisfied requirement. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com>