Opened 13 years ago
Closed 8 years ago
#8532 closed bug (fixed)
fs_[f]open_attr() ignores O_EXCL
Reported by: | axeld | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/BFS | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If you use O_CREAT
, and O_EXCL
with fs_open_attr()
, the call will succeed even if the attribute already exists.
I haven't investigated if the problem is in the VFS or BFS.
Change History (2)
comment:1 by , 13 years ago
Component: | System/Kernel → File Systems/BFS |
---|---|
Version: | R1/alpha3 → R1/Development |
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in hrev50874. I waited five years, but no one wanted to fix it.
Note:
See TracTickets
for help on using tickets.
The VFS only needs to handle
O_CREAT
, which AFAICT it does.