diff options
author | Dave Chinner <david@fromorbit.com> | 2016-05-20 02:33:38 +0200 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-05-20 02:33:38 +0200 |
commit | 544ad71fc8e20fb3a6f50f00d487751492cd8409 (patch) | |
tree | 6e9ca14b67f65e059b8095cc4fd30645b408b4ae /fs/xfs/xfs_trace.h | |
parent | Merge branch 'xfs-4.7-misc-fixes' into for-next (diff) | |
parent | xfs: add "fail at unmount" error handling configuration (diff) | |
download | linux-544ad71fc8e20fb3a6f50f00d487751492cd8409.tar.xz linux-544ad71fc8e20fb3a6f50f00d487751492cd8409.zip |
Merge branch 'xfs-4.7-error-cfg' into for-next
Diffstat (limited to 'fs/xfs/xfs_trace.h')
-rw-r--r-- | fs/xfs/xfs_trace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h index 840d52e38f10..ea94ee0fe5ea 100644 --- a/fs/xfs/xfs_trace.h +++ b/fs/xfs/xfs_trace.h @@ -364,7 +364,6 @@ DEFINE_BUF_EVENT(xfs_buf_delwri_split); DEFINE_BUF_EVENT(xfs_buf_get_uncached); DEFINE_BUF_EVENT(xfs_bdstrat_shut); DEFINE_BUF_EVENT(xfs_buf_item_relse); -DEFINE_BUF_EVENT(xfs_buf_item_iodone); DEFINE_BUF_EVENT(xfs_buf_item_iodone_async); DEFINE_BUF_EVENT(xfs_buf_error_relse); DEFINE_BUF_EVENT(xfs_buf_wait_buftarg); |