diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-11-24 22:37:54 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:57:05 -0500 |
commit | 83adc7532229f1909cf37c429780f02f06fe05ee (patch) | |
tree | 7f7a36fea3f903c7f9c3f3860bc395a2ba7ad806 /fs/pnode.h | |
parent | a73324da7af4052e1d1ddec6a5980f552420e58b (diff) |
vfs: spread struct mount - work with counters
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/pnode.h')
-rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index 866b3e292887..0a7a919d5efd 100644 --- a/fs/pnode.h +++ b/fs/pnode.h | |||
@@ -36,7 +36,7 @@ int propagate_umount(struct list_head *); | |||
36 | int propagate_mount_busy(struct mount *, int); | 36 | int propagate_mount_busy(struct mount *, int); |
37 | void mnt_release_group_id(struct mount *); | 37 | void mnt_release_group_id(struct mount *); |
38 | int get_dominating_id(struct vfsmount *mnt, const struct path *root); | 38 | int get_dominating_id(struct vfsmount *mnt, const struct path *root); |
39 | unsigned int mnt_get_count(struct vfsmount *mnt); | 39 | unsigned int mnt_get_count(struct mount *mnt); |
40 | void mnt_set_mountpoint(struct vfsmount *, struct dentry *, | 40 | void mnt_set_mountpoint(struct vfsmount *, struct dentry *, |
41 | struct mount *); | 41 | struct mount *); |
42 | void release_mounts(struct list_head *); | 42 | void release_mounts(struct list_head *); |