Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54179
b: refs/heads/master
c: ac26772
h: refs/heads/master
i:
  54177: eed27a0
  54175: 35d4a77
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 7, 2007
1 parent 3ced5b8 commit 6a9e9d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 411f0f3edc141a582190d3605cadd1d993abb6df
refs/heads/master: ac267728f13c55017ed5ee243c9c3166e27ab929
2 changes: 0 additions & 2 deletions trunk/fs/proc/proc_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,6 @@ static const struct file_operations proc_modules_operations = {
#endif

#ifdef CONFIG_SLAB
extern struct seq_operations slabinfo_op;
extern ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *);
static int slabinfo_open(struct inode *inode, struct file *file)
{
return seq_open(file, &slabinfo_op);
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/slab.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ 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 */

0 comments on commit 6a9e9d0

Please sign in to comment.