Page MenuHomeFreeBSD

LinuxKPI: add simple_open() to fs.h
ClosedPublic

Authored by bz on Oct 25 2021, 4:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2024, 2:45 PM
Unknown Object (File)
Jan 15 2024, 1:01 AM
Unknown Object (File)
Jan 14 2024, 8:56 AM
Unknown Object (File)
Dec 20 2023, 7:17 AM
Unknown Object (File)
Nov 25 2023, 12:16 AM
Unknown Object (File)
Nov 23 2023, 5:06 AM
Unknown Object (File)
Nov 23 2023, 12:14 AM
Unknown Object (File)
Nov 13 2023, 10:12 PM

Details

Summary

Add a dummy simple_open() to fs.h as we have for other
(unsupported) functions.
This is needed by a wireless driver.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Oct 25 2021, 4:47 PM
hselasky added a subscriber: hselasky.
hselasky added inline comments.
sys/compat/linuxkpi/common/include/linux/fs.h
251

return (0);

This revision is now accepted and ready to land.Oct 25 2021, 4:56 PM
bz marked an inline comment as done.Oct 25 2021, 5:02 PM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/fs.h
251

I tried to keep the style in the file which doesn't have the ().

sys/compat/linuxkpi/common/include/linux/fs.h
251

OK

This revision was automatically updated to reflect the committed changes.
bz marked an inline comment as done.