]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - include/linux/mm_types.h
mm: move swp_entry_t definition to include/linux/mm_types.h
authorTejun Heo <tj@kernel.org>
Sat, 13 Dec 2014 00:55:35 +0000 (16:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Dec 2014 20:42:47 +0000 (12:42 -0800)
commitbd6dace78b9e4595d29892f806514518449c7489
tree5ddeaccaf220668c85fbce6a1dfb679ad0fc80e3
parent71fbd556adde2795787a6ca4c16871e57efba847
mm: move swp_entry_t definition to include/linux/mm_types.h

swp_entry_t being defined in include/linux/swap.h instead of
include/linux/mm_types.h causes cyclic include dependency later when
include/linux/page_cgroup.h is included from writeback path.  Move the
definition to include/linux/mm_types.h.

While at it, reformat the comment above it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/mm_types.h
include/linux/swap.h