Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280153
b: refs/heads/master
c: 79e801a
h: refs/heads/master
i:
  280151: 0ea8021
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 0d748dd commit 51d9c80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: a5166169f9b920cae3c503910cb66a3ac5dd846d
refs/heads/master: 79e801a906db46cb8efad66c400b01df874b3f12
3 changes: 1 addition & 2 deletions trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ static struct vfsmount *fs_set_subtype(struct vfsmount *mnt, const char *fstype)
return ERR_PTR(err);
}

struct vfsmount *
static struct vfsmount *
do_kern_mount(const char *fstype, int flags, const char *name, void *data)
{
struct file_system_type *type = get_fs_type(fstype);
Expand All @@ -1943,7 +1943,6 @@ do_kern_mount(const char *fstype, int flags, const char *name, void *data)
put_filesystem(type);
return mnt;
}
EXPORT_SYMBOL_GPL(do_kern_mount);

/*
* add a mount into a namespace's mount tree
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/linux/mount.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ extern void mnt_pin(struct vfsmount *mnt);
extern void mnt_unpin(struct vfsmount *mnt);
extern int __mnt_is_readonly(struct vfsmount *mnt);

extern struct vfsmount *do_kern_mount(const char *fstype, int flags,
const char *name, void *data);

struct file_system_type;
extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
int flags, const char *name,
Expand Down

0 comments on commit 51d9c80

Please sign in to comment.