From: Haicheng Li Date: Thu, 16 May 2013 01:25:29 +0000 (+0800) Subject: cachefiles: remove unused macro list_to_page() X-Git-Tag: next-20130607~90^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=86bc66f08ee1e46a2c3435b38d6ee42834c4e154;p=karo-tx-linux.git cachefiles: remove unused macro list_to_page() Signed-off-by: Haicheng Li Signed-off-by: David Howells Tested-By: Milosz Tanski --- diff --git a/fs/cachefiles/interface.c b/fs/cachefiles/interface.c index eeb3f7d0e1a7..d4c1206af9fc 100644 --- a/fs/cachefiles/interface.c +++ b/fs/cachefiles/interface.c @@ -13,8 +13,6 @@ #include #include "internal.h" -#define list_to_page(head) (list_entry((head)->prev, struct page, lru)) - struct cachefiles_lookup_data { struct cachefiles_xattr *auxdata; /* auxiliary data */ char *key; /* key path */