mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
cachefiles: remove unused macro list_to_page()
Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com> Signed-off-by: David Howells <dhowells@redhat.com> Tested-By: Milosz Tanski <milosz@adfin.com> Acked-by: Jeff Layton <jlayton@redhat.com>
This commit is contained in:
parent
1362729b16
commit
2144bc78d4
@ -13,8 +13,6 @@
|
|||||||
#include <linux/mount.h>
|
#include <linux/mount.h>
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
#define list_to_page(head) (list_entry((head)->prev, struct page, lru))
|
|
||||||
|
|
||||||
struct cachefiles_lookup_data {
|
struct cachefiles_lookup_data {
|
||||||
struct cachefiles_xattr *auxdata; /* auxiliary data */
|
struct cachefiles_xattr *auxdata; /* auxiliary data */
|
||||||
char *key; /* key path */
|
char *key; /* key path */
|
||||||
|
Loading…
Reference in New Issue
Block a user