aboutsummaryrefslogtreecommitdiffstats
path: root/fs/configfs/configfs_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/configfs/configfs_internal.h')
-rw-r--r--fs/configfs/configfs_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/configfs/configfs_internal.h b/fs/configfs/configfs_internal.h
index cca98609aa7f..5a33b58e66da 100644
--- a/fs/configfs/configfs_internal.h
+++ b/fs/configfs/configfs_internal.h
@@ -26,6 +26,7 @@
26 26
27#include <linux/slab.h> 27#include <linux/slab.h>
28#include <linux/list.h> 28#include <linux/list.h>
29#include <linux/spinlock.h>
29 30
30struct configfs_dirent { 31struct configfs_dirent {
31 atomic_t s_count; 32 atomic_t s_count;
@@ -49,6 +50,8 @@ struct configfs_dirent {
49#define CONFIGFS_USET_DROPPING 0x0100 50#define CONFIGFS_USET_DROPPING 0x0100
50#define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR) 51#define CONFIGFS_NOT_PINNED (CONFIGFS_ITEM_ATTR)
51 52
53extern spinlock_t configfs_dirent_lock;
54
52extern struct vfsmount * configfs_mount; 55extern struct vfsmount * configfs_mount;
53extern struct kmem_cache *configfs_dir_cachep; 56extern struct kmem_cache *configfs_dir_cachep;
54 57