diff options
-rw-r--r-- | fs/namespace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index e6c234b1a645..a1a04dd1ebfc 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
@@ -96,10 +96,6 @@ static inline struct hlist_head *mp_hash(struct dentry *dentry) | |||
96 | return &mountpoint_hashtable[tmp & mp_hash_mask]; | 96 | return &mountpoint_hashtable[tmp & mp_hash_mask]; |
97 | } | 97 | } |
98 | 98 | ||
99 | /* | ||
100 | * allocation is serialized by namespace_sem, but we need the spinlock to | ||
101 | * serialize with freeing. | ||
102 | */ | ||
103 | static int mnt_alloc_id(struct mount *mnt) | 99 | static int mnt_alloc_id(struct mount *mnt) |
104 | { | 100 | { |
105 | int res; | 101 | int res; |