commit | a69201d6f08240f20a0d33a1b7273d1e7748791c | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Tue Dec 11 12:10:14 2012 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 20 18:50:08 2012 -0500 |
tree | 609495e85765dac924c69a229dde05ed1cc0baff | |
parent | 96948fc6069b68380abac2944b8b02b43a2e2057 [diff] |
vfs: allow utimensat() calls to retry once on an ESTALE error Clearly, we can't handle the NULL filename case, but we can deal with the case where there's a real pathname. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>