]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: fix renameat to retry on ESTALE errors
authorJeff Layton <jlayton@redhat.com>
Tue, 11 Dec 2012 17:10:10 +0000 (12:10 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 20 Dec 2012 23:50:05 +0000 (18:50 -0500)
commit785a48992843f67dd1eb102352688693383157c0
tree84d5e256e78615794a694cf5b6af80a92e8d01f9
parent94652e046f4465686c233d0ee6f0528c04ae26e5
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>
fs/namei.c