diff options
Diffstat (limited to 'kernel/exit.c')
-rw-r--r-- | kernel/exit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index 6cdf60712bd2..0caf590548a0 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -565,8 +565,6 @@ void put_fs_struct(struct fs_struct *fs) | |||
565 | if (atomic_dec_and_test(&fs->count)) { | 565 | if (atomic_dec_and_test(&fs->count)) { |
566 | path_put(&fs->root); | 566 | path_put(&fs->root); |
567 | path_put(&fs->pwd); | 567 | path_put(&fs->pwd); |
568 | if (fs->altroot.dentry) | ||
569 | path_put(&fs->altroot); | ||
570 | kmem_cache_free(fs_cachep, fs); | 568 | kmem_cache_free(fs_cachep, fs); |
571 | } | 569 | } |
572 | } | 570 | } |