vfs: allow utimensat() calls to retry once on an ESTALE error
authorJeff Layton <jlayton@redhat.com>
Tue, 11 Dec 2012 17:10:14 +0000 (12:10 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 20 Dec 2012 23:50:08 +0000 (18:50 -0500)
commita69201d6f08240f20a0d33a1b7273d1e7748791c
tree609495e85765dac924c69a229dde05ed1cc0baff
parent96948fc6069b68380abac2944b8b02b43a2e2057
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>
fs/utimes.c