[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1368667529-31456-1-git-send-email-haicheng.li@linux.intel.com>
Date: Thu, 16 May 2013 09:25:29 +0800
From: Haicheng Li <haicheng.li@...ux.intel.com>
To: linux-fsdevel@...r.kernel.org, linux-cachefs@...hat.com,
David Howells <dhowells@...hat.com>
Cc: linux-kernel@...r.kernel.org, Haicheng Li <haicheng.lee@...il.com>,
Haicheng Li <haicheng.li@...ux.intel.com>
Subject: [PATCH] cachefiles: remove unused macro list_to_page()
Signed-off-by: Haicheng Li <haicheng.li@...ux.intel.com>
---
fs/cachefiles/interface.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/cachefiles/interface.c b/fs/cachefiles/interface.c
index 746ce53..847ba6a 100644
--- a/fs/cachefiles/interface.c
+++ b/fs/cachefiles/interface.c
@@ -13,8 +13,6 @@
#include <linux/mount.h>
#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 */
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists