X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fsuper.c;h=11b7e7213fd115b91f7c17cea52f1ba9a200056c;hb=1d2fa58e0dda3344999cad9b195eb539310ad093;hp=8c1baca35c160b08d5d2d474a95cc2cb5f181fd6;hpb=70a6062cc2ca74ce0dd9fdff6d0e582b3490dd23;p=linux-2.6-microblaze.git 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);