Loading fs/xfs/kmem.h +0 −4 Original line number Diff line number Diff line Loading @@ -72,10 +72,6 @@ kmem_zalloc(size_t size, xfs_km_flags_t flags) /* * Zone interfaces */ #define kmem_zone kmem_cache #define kmem_zone_t struct kmem_cache static inline struct page * kmem_to_page(void *addr) { Loading fs/xfs/libxfs/xfs_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include "xfs_ag_resv.h" #include "xfs_bmap.h" extern kmem_zone_t *xfs_bmap_free_item_zone; extern struct kmem_cache *xfs_bmap_free_item_zone; struct workqueue_struct *xfs_alloc_wq; Loading fs/xfs/libxfs/xfs_alloc_btree.c +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include "xfs_trans.h" #include "xfs_ag.h" static kmem_zone_t *xfs_allocbt_cur_cache; static struct kmem_cache *xfs_allocbt_cur_cache; STATIC struct xfs_btree_cur * xfs_allocbt_dup_cursor( Loading fs/xfs/libxfs/xfs_bmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ #include "xfs_iomap.h" kmem_zone_t *xfs_bmap_free_item_zone; struct kmem_cache *xfs_bmap_free_item_zone; /* * Miscellaneous helper functions Loading fs/xfs/libxfs/xfs_bmap.h +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ struct xfs_inode; struct xfs_mount; struct xfs_trans; extern kmem_zone_t *xfs_bmap_free_item_zone; extern struct kmem_cache *xfs_bmap_free_item_zone; /* * Argument structure for xfs_bmap_alloc. Loading Loading
fs/xfs/kmem.h +0 −4 Original line number Diff line number Diff line Loading @@ -72,10 +72,6 @@ kmem_zalloc(size_t size, xfs_km_flags_t flags) /* * Zone interfaces */ #define kmem_zone kmem_cache #define kmem_zone_t struct kmem_cache static inline struct page * kmem_to_page(void *addr) { Loading
fs/xfs/libxfs/xfs_alloc.c +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ #include "xfs_ag_resv.h" #include "xfs_bmap.h" extern kmem_zone_t *xfs_bmap_free_item_zone; extern struct kmem_cache *xfs_bmap_free_item_zone; struct workqueue_struct *xfs_alloc_wq; Loading
fs/xfs/libxfs/xfs_alloc_btree.c +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #include "xfs_trans.h" #include "xfs_ag.h" static kmem_zone_t *xfs_allocbt_cur_cache; static struct kmem_cache *xfs_allocbt_cur_cache; STATIC struct xfs_btree_cur * xfs_allocbt_dup_cursor( Loading
fs/xfs/libxfs/xfs_bmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ #include "xfs_iomap.h" kmem_zone_t *xfs_bmap_free_item_zone; struct kmem_cache *xfs_bmap_free_item_zone; /* * Miscellaneous helper functions Loading
fs/xfs/libxfs/xfs_bmap.h +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ struct xfs_inode; struct xfs_mount; struct xfs_trans; extern kmem_zone_t *xfs_bmap_free_item_zone; extern struct kmem_cache *xfs_bmap_free_item_zone; /* * Argument structure for xfs_bmap_alloc. Loading