VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Mickaël Salaün <mic@linux.microsoft.com> 2021-04-22 17:41:16 +0200 committer: James Morris <jamorris@linux.microsoft.com> 2021-04-22 12:22:11 -0700 commit: 83e804f0bfee2247b1c0aa64845c81a38562da7a parent: cb2c7d1a1776057c9a1f48ed1250d85e94d4850d
Commit Summary:
fs,security: Add sb_delete hook
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/super.c b/fs/super.c
index 8c1baca35c16..11b7e7213fd1 100644
--- a/fs/super.c
+++ b/fs/super.c
@@ -454,6 +454,7 @@ void generic_shutdown_super(struct super_block *sb)
 		evict_inodes(sb);
 		/* only nonzero refcount inodes can have marks */
 		fsnotify_sb_delete(sb);
+		security_sb_delete(sb);
 
 		if (sb->s_dio_done_wq) {
 			destroy_workqueue(sb->s_dio_done_wq);