diff --git a/[refs] b/[refs] index 4f3e1d880bfd..24b34f543f33 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44d53eb041d901620b1090590a549a705767fd10 +refs/heads/master: 3370c74b2e147169d5bba6665e03d3281f5795ed diff --git a/trunk/fs/autofs4/inode.c b/trunk/fs/autofs4/inode.c index 943888905493..4eddee4e76fc 100644 --- a/trunk/fs/autofs4/inode.c +++ b/trunk/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);