commit | 6dd4b1f1d026e478d9177b28169b377e212400f3 | [log] [tgz] |
---|---|---|
author | Greg Kurz <groug@kaod.org> | Sun Feb 26 23:44:11 2017 +0100 |
committer | Greg Kurz <groug@kaod.org> | Tue Feb 28 11:21:15 2017 +0100 |
tree | 7a89e5dde1b86ad4d018cd9eda5ce40acb29f7c9 | |
parent | d2767edec582558f1e6c52e1dd9370d62e2b30fc [diff] |
9pfs: local: improve error handling in link op When using the mapped-file security model, we also have to create a link for the metadata file if it exists. In case of failure, we should rollback. That's what this patch does. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>