diff options
| -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 5c4c94d5495e..6987824d0dce 100644 --- a/fs/super.c +++ b/fs/super.c | |||
| @@ -199,7 +199,7 @@ EXPORT_SYMBOL(deactivate_super); | |||
| 199 | * success, 0 if we had failed (superblock contents was already dead or | 199 | * success, 0 if we had failed (superblock contents was already dead or |
| 200 | * dying when grab_super() had been called). | 200 | * dying when grab_super() had been called). |
| 201 | */ | 201 | */ |
| 202 | static int grab_super(struct super_block *s) | 202 | static int grab_super(struct super_block *s) __releases(sb_lock) |
| 203 | { | 203 | { |
| 204 | s->s_count++; | 204 | s->s_count++; |
| 205 | spin_unlock(&sb_lock); | 205 | spin_unlock(&sb_lock); |
