From: Mathieu Desnoyers Date: Mon, 27 Apr 2015 20:50:31 +0000 (-0400) Subject: Fix: compilation on 4.1-rc1 kernel, remove unused WB_WORK_REASON X-Git-Tag: v2.7.0-rc1~30 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=68585516c401e29cb81864c388dfda8399832658;p=lttng-modules.git Fix: compilation on 4.1-rc1 kernel, remove unused WB_WORK_REASON Signed-off-by: Mathieu Desnoyers --- diff --git a/instrumentation/events/lttng-module/writeback.h b/instrumentation/events/lttng-module/writeback.h index b2148d86..88b7aa49 100644 --- a/instrumentation/events/lttng-module/writeback.h +++ b/instrumentation/events/lttng-module/writeback.h @@ -57,18 +57,6 @@ static inline struct backing_dev_info *inode_to_bdi(struct inode *inode) ) #endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)) */ -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)) -#define WB_WORK_REASON \ - {WB_REASON_BACKGROUND, "background"}, \ - {WB_REASON_TRY_TO_FREE_PAGES, "try_to_free_pages"}, \ - {WB_REASON_SYNC, "sync"}, \ - {WB_REASON_PERIODIC, "periodic"}, \ - {WB_REASON_LAPTOP_TIMER, "laptop_timer"}, \ - {WB_REASON_FREE_MORE_MEM, "free_more_memory"}, \ - {WB_REASON_FS_FREE_SPACE, "fs_free_space"}, \ - {WB_REASON_FORKER_THREAD, "forker_thread"} -#endif - #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)) LTTNG_TRACEPOINT_EVENT(writeback_dirty_page,