vboxsf: Make vboxsf_dir_create() return the handle for the created file
authorHans de Goede <hdegoede@redhat.com>
Thu, 21 Jan 2021 09:22:27 +0000 (10:22 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 23 Jun 2021 12:36:41 +0000 (14:36 +0200)
commitab0c29687bc7a890d1a86ac376b0b0fd78b2d9b6
treea1be35800a4bfa5991533dbfc1d31efb275e5740
parentcc3ddee97cff034cea4d095de4a484c92a219bf5
vboxsf: Make vboxsf_dir_create() return the handle for the created file

Make vboxsf_dir_create() optionally return the vboxsf-handle for
the created file. This is a preparation patch for adding atomic_open
support.

Fixes: 0fd169576648 ("fs: Add VirtualBox guest shared folder (vboxsf) support")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
fs/vboxsf/dir.c