diff options
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/super.c b/fs/super.c index 6482259ce..601e3d63f 100644 --- a/fs/super.c +++ b/fs/super.c @@ -1412,6 +1412,8 @@ fs_out: return retval; fail: + if (fstype->fs_flags & FS_SINGLE) + put_filesystem(fstype); if (list_empty(&sb->s_mounts)) kill_super(sb, 0); goto unlock_out; |