commit | 36c275236f55663f80a6f19d5e72d87e0fd4b350 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Tue Jun 05 15:10:31 2012 +0200 |
committer | Luca Weiss <luca@z3ntu.xyz> | Fri Mar 01 17:13:12 2019 +0100 |
tree | 2e5b563b39bfb230224e39bba59acb55690e1e62 | |
parent | d6a4ce309ddc7e3f3bb3920908e12c6ced531d78 [diff] |
vfs: do_last(): clean up retry Move the lookup retry logic to the bottom of the function to make the normal case simpler to read. Reported-by: David Howells <dhowells@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>