struct vmevent_watch_event and a few definitions are not used anywhere, so let's remove them. Signed-off-by: Anton Vorontsov <anton.vorontsov@xxxxxxxxxx> --- mm/vmevent.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mm/vmevent.c b/mm/vmevent.c index a7f1042..39ef786 100644 --- a/mm/vmevent.c +++ b/mm/vmevent.c @@ -11,16 +11,6 @@ #include <linux/swap.h> #undef nr_swap_pages /* This is defined to a constant for SWAP=n case */ -#define VMEVENT_MAX_FREE_THRESHOD 100 - -#define VMEVENT_MAX_EATTR_ATTRS 64 - -struct vmevent_watch_event { - u64 nr_avail_pages; - u64 nr_free_pages; - u64 nr_swap_pages; -}; - struct vmevent_watch { struct vmevent_config config; -- 1.7.12.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>