commit | c6a9428401c00a27d3c17264934d14e284570c97 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Dec 11 12:10:10 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 20 18:50:05 2012 -0500 |
tree | 84d5e256e78615794a694cf5b6af80a92e8d01f9 | |
parent | 5d18f8133cad85ccbb7fa6fd351d75025da32504 [diff] |
vfs: fix renameat to retry on ESTALE errors ...as always, rename is the messiest of the bunch. We have to track whether to retry or not via a separate flag since the error handling is already quite complex. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>