]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/super.c
Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / fs / super.c
index 1182af8fd5ff3ede7459305440d50178821c061b..d78b9847e6cbc63f0f74231cf58519a98e38a35d 100644 (file)
@@ -285,7 +285,7 @@ static void put_super(struct super_block *sb)
  *     deactivate_locked_super -       drop an active reference to superblock
  *     @s: superblock to deactivate
  *
- *     Drops an active reference to superblock, converting it into a temprory
+ *     Drops an active reference to superblock, converting it into a temporary
  *     one if there is no other active references left.  In that case we
  *     tell fs driver to shut it down and drop the temporary reference we
  *     had just acquired.
@@ -415,6 +415,7 @@ void generic_shutdown_super(struct super_block *sb)
                sb->s_flags &= ~MS_ACTIVE;
 
                fsnotify_unmount_inodes(sb);
+               cgroup_writeback_umount();
 
                evict_inodes(sb);