summaryrefslogtreecommitdiffstats
path: root/fs/internal.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2010-02-05 02:01:14 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2010-03-03 14:07:59 -0500
commit47cd813f2984569570021ce3d34cdf9cb20aa6a2 (patch)
tree555dd76338225e2fdbf4b8dca68d1744fd065270 /fs/internal.h
parent37afdc7960ab493f827b5df9dc1b71b63b44331c (diff)
downloadop-kernel-dev-47cd813f2984569570021ce3d34cdf9cb20aa6a2.zip
op-kernel-dev-47cd813f2984569570021ce3d34cdf9cb20aa6a2.tar.gz
Take vfsmount_lock to fs/internal.h
no more users left outside of fs/*.c (and very few outside of fs/namespace.c, actually) Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h
index e96a166..8a03a54 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -70,6 +70,8 @@ extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int);
extern void __init mnt_init(void);
+extern spinlock_t vfsmount_lock;
+
/*
* fs_struct.c
*/
OpenPOWER on IntegriCloud