mm/zbud.c: use list_last_entry() instead of list_tail_entry()
authorGeliang Tang <[email protected]>
Thu, 14 Jan 2016 23:22:38 +0000 (15:22 -0800)
committerLinus Torvalds <[email protected]>
Fri, 15 Jan 2016 19:40:52 +0000 (11:40 -0800)
commitf58fb5e7f0ab05c9083869c1ec27854af2afc7b7
tree4590a58bdc4ef8b993e0232c9ce6d720678f24ee
parente02d238c9852a91b30da9ea32ce36d1416cdc683
mm/zbud.c: use list_last_entry() instead of list_tail_entry()

list_last_entry*( has been defined in list.h, so replace
list_tail_entry() with it.

Signed-off-by: Geliang Tang <[email protected]>
Cc: Seth Jennings <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/zbud.c