It never used to on other OS's (which isnt to say its not a good thing
to fix)
> The simple solution in fs/open.c is the addition of the following
> to sys_chroot() before the return:
>
> iput(current->fs->pwd);
> current->fs->pwd = inode;
> inode->i_count++;
Thats certainly a good idea.