Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ca12ee5 authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

SLAB: Move two remaining SLAB specific definitions to slab_def.h



Two definitions remained in slab.h that are particular to the SLAB allocator.
Move to slab_def.h

Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9fbf09a0
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -233,9 +233,6 @@ extern void *__kmalloc_node_track_caller(size_t, gfp_t, int, void *);

#endif /* DEBUG_SLAB */

extern const struct seq_operations slabinfo_op;
ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *);

#endif	/* __KERNEL__ */
#endif	/* _LINUX_SLAB_H */
+3 −0
Original line number Diff line number Diff line
@@ -109,4 +109,7 @@ found:

#endif	/* CONFIG_NUMA */

extern const struct seq_operations slabinfo_op;
ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *);

#endif	/* _LINUX_SLAB_DEF_H */