Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42678
b: refs/heads/master
c: aa362a8
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Dec 7, 2006
1 parent a5d2de1 commit 751ea1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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: 8b7d91eb7f6a3e8f0caaa613937bda5ab7dc7dc2
refs/heads/master: aa362a83e78d2e9320da588805cf2a0b53356bc3
2 changes: 2 additions & 0 deletions trunk/include/linux/fs_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ struct fs_struct {
.umask = 0022, \
}

extern struct kmem_cache *fs_cachep;

extern void exit_fs(struct task_struct *);
extern void set_fs_altroot(void);
extern void set_fs_root(struct fs_struct *, struct vfsmount *, struct dentry *);
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/slab.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ static inline void *kcalloc(size_t n, size_t size, gfp_t flags)

/* System wide caches */
extern kmem_cache_t *names_cachep;
extern kmem_cache_t *fs_cachep;

#endif /* __KERNEL__ */

Expand Down

0 comments on commit 751ea1a

Please sign in to comment.