diff options
-rw-r--r-- | fs/namespace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index f57117d9f0ee..e45503d62fed 100644 --- a/fs/namespace.c +++ b/fs/namespace.c | |||
@@ -2080,11 +2080,9 @@ fail: | |||
2080 | void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list) | 2080 | void mnt_set_expiry(struct vfsmount *mnt, struct list_head *expiry_list) |
2081 | { | 2081 | { |
2082 | namespace_lock(); | 2082 | namespace_lock(); |
2083 | br_write_lock(&vfsmount_lock); | ||
2084 | 2083 | ||
2085 | list_add_tail(&real_mount(mnt)->mnt_expire, expiry_list); | 2084 | list_add_tail(&real_mount(mnt)->mnt_expire, expiry_list); |
2086 | 2085 | ||
2087 | br_write_unlock(&vfsmount_lock); | ||
2088 | namespace_unlock(); | 2086 | namespace_unlock(); |
2089 | } | 2087 | } |
2090 | EXPORT_SYMBOL(mnt_set_expiry); | 2088 | EXPORT_SYMBOL(mnt_set_expiry); |