No problem at all -- I was just checking.
Originally I was looking for races to the sort
pwd = current->fs->pwd;
do_some_blocking_operation;
do_something_with_pwd;
which could fail for cloned tasks. But all uses of pwd seem to be done
safely anyway.
Regards,
Bill