diff --git a/fs/autofs4/inode.c b/fs/autofs4/inode.c index 943888905493ac9693b5f73811384bb45910eee9..4eddee4e76fc5bee26d0e3270bae7958ef41536e 100644 --- a/fs/autofs4/inode.c +++ b/fs/autofs4/inode.c @@ -157,8 +157,7 @@ static void autofs4_put_super(struct super_block *sb) autofs4_catatonic_mode(sbi); /* Free wait queues, close pipe */ /* Clean up and release dangling references */ - if (sbi) - autofs4_force_release(sbi); + autofs4_force_release(sbi); kfree(sbi);