linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cachefiles: remove unused macro list_to_page()
@ 2013-05-16  1:25 Haicheng Li
  2013-05-16 11:39 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Haicheng Li @ 2013-05-16  1:25 UTC (permalink / raw)
  To: linux-fsdevel, linux-cachefs, David Howells
  Cc: linux-kernel, Haicheng Li, Haicheng Li

Signed-off-by: Haicheng Li <haicheng.li@linux.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-16 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16  1:25 [PATCH] cachefiles: remove unused macro list_to_page() Haicheng Li
2013-05-16 11:39 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).