Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56510
b: refs/heads/master
c: 3ca12ee
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed May 17, 2007
1 parent a61eab9 commit 40c7913
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fbf09a09e8aa50c56e2c6dfacc27eff93ff4c93
refs/heads/master: 3ca12ee549f7837b8a685dddc9515f9fc28434ee
3 changes: 0 additions & 3 deletions trunk/include/linux/slab.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 0 deletions trunk/include/linux/slab_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,7 @@ static inline void *kmalloc_node(size_t size, gfp_t flags, int node)

#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 */

0 comments on commit 40c7913

Please sign in to comment.