From: Haicheng Li Date: Thu, 16 May 2013 01:25:29 +0000 (+0800) Subject: cachefiles: remove unused macro list_to_page() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2144bc78d41fe31ba58ffdd48571a54d3ca6b5fe;p=deliverable%2Flinux.git cachefiles: remove unused macro list_to_page() Signed-off-by: Haicheng Li Signed-off-by: David Howells Tested-By: Milosz Tanski Acked-by: Jeff Layton --- 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 */