Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71383
b: refs/heads/master
c: c18479f
h: refs/heads/master
i:
  71381: 98c9436
  71379: faa6ac8
  71375: 0e3d7bb
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Oct 19, 2007
1 parent 03a4a4e commit ca60f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 50899561aa15b9227009ae40e58852c32fc81944
refs/heads/master: c18479fe017b9d3b65b7682f2b9e711389441186
4 changes: 0 additions & 4 deletions trunk/fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
#include <asm/uaccess.h>


void get_filesystem(struct file_system_type *fs);
void put_filesystem(struct file_system_type *fs);
struct file_system_type *get_fs_type(const char *name);

LIST_HEAD(super_blocks);
DEFINE_SPINLOCK(sb_lock);

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,8 @@ extern int vfs_fstat(unsigned int, struct kstat *);

extern int vfs_ioctl(struct file *, unsigned int, unsigned int, unsigned long);

extern void get_filesystem(struct file_system_type *fs);
extern void put_filesystem(struct file_system_type *fs);
extern struct file_system_type *get_fs_type(const char *name);
extern struct super_block *get_super(struct block_device *);
extern struct super_block *user_get_super(dev_t);
Expand Down

0 comments on commit ca60f93

Please sign in to comment.