]> 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)
commitcf6e5ca62f5715f5723058349e8ce5d55a997826
tree84d5e256e78615794a694cf5b6af80a92e8d01f9
parentd9b312f202fc677b009596f1d5476cf29f649747
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