diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-01-21 10:08:59 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-06-23 14:36:36 +0200 |
commit | cc3ddee97cff034cea4d095de4a484c92a219bf5 (patch) | |
tree | 9b564f9acb09770f48c0d967a6273d76d175dea0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) |
vboxsf: Honor excl flag to the dir-inode create op
Honor the excl flag to the dir-inode create op, instead of behaving
as if it is always set.
Note the old behavior still worked most of the time since a non-exclusive
open only calls the create op, if there is a race and the file is created
between the dentry lookup and the calling of the create call.
While at it change the type of the is_dir parameter to the
vboxsf_dir_create() helper from an int to a bool, to be consistent with
the use of bool for the excl parameter.
Fixes: 0fd169576648 ("fs: Add VirtualBox guest shared folder (vboxsf) support")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions