Check for errors when files are opened for dumping.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 30 May 2007 15:51:50 +0000 (08:51 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 30 May 2007 15:51:50 +0000 (08:51 -0700)
commit6b00faf9826faa0013e8cccc55086724f37c44e5
tree63a9affbe696e5f8229a87f68ea48746000c0db3
parentebe463a9bf1b092fb8a6d3d6b8ed7b5da12b2454
Check for errors when files are opened for dumping.

Before, we could fail to open a file when O_NOATIME was specified but the
file was owned by another user, and we didn't notice this.  Now we do, and
we also retry the open without O_NOATIME.
scandir.cc