Description
When trying to untar files onto fuse-dfs, tar will try to set the utime on all the files and directories. However, setting the utime on a directory in libhdfs causes an error.
We should silently ignore the failure of setting a utime on a directory; this will allow tar to complete successfully.