commit | f58fb5e7f0ab05c9083869c1ec27854af2afc7b7 | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@163.com> | Thu Jan 14 15:22:38 2016 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jan 15 11:40:52 2016 -0800 |
tree | 4590a58bdc4ef8b993e0232c9ce6d720678f24ee | |
parent | e02d238c9852a91b30da9ea32ce36d1416cdc683 [diff] |
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 <geliangtang@163.com> Cc: Seth Jennings <sjennings@variantweb.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>