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 0390461dfca0..ba99524998f7 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -130,7 +130,7 @@ static inline void destroy_super(struct super_block *s) | |||
130 | * Drop a superblock's refcount. Returns non-zero if the superblock was | 130 | * Drop a superblock's refcount. Returns non-zero if the superblock was |
131 | * destroyed. The caller must hold sb_lock. | 131 | * destroyed. The caller must hold sb_lock. |
132 | */ | 132 | */ |
133 | static int __put_super(struct super_block *sb) | 133 | int __put_super(struct super_block *sb) |
134 | { | 134 | { |
135 | int ret = 0; | 135 | int ret = 0; |
136 | 136 | ||