diff options
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/super.c b/fs/super.c index 0d22ce3be4aa..9cda337ddae2 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -168,7 +168,7 @@ int __put_super_and_need_restart(struct super_block *sb) | |||
168 | * Drops a temporary reference, frees superblock if there's no | 168 | * Drops a temporary reference, frees superblock if there's no |
169 | * references left. | 169 | * references left. |
170 | */ | 170 | */ |
171 | static void put_super(struct super_block *sb) | 171 | void put_super(struct super_block *sb) |
172 | { | 172 | { |
173 | spin_lock(&sb_lock); | 173 | spin_lock(&sb_lock); |
174 | __put_super(sb); | 174 | __put_super(sb); |