commit | f2e3af29b70624659a50903bd075e1663b64c9da | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Thu Oct 11 15:21:34 2018 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Nov 12 17:46:57 2018 +0100 |
tree | d2470f7ad5e65b49573615f34628553eb8d4d40c | |
parent | 2996ffad3acabe890fbb4f84a069cdc325a68108 [diff] |
file-posix: Drop s->lock_fd The lock_fd field is not strictly necessary because transferring locked bytes from old fd to the new one shouldn't fail anyway. This spares the user one fd per image. Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>