Page MenuHomeFreeBSD

LinuxKPI: add simple_open() to fs.h
ClosedPublic

Authored by bz on Oct 25 2021, 4:47 PM.
Tags
None
Referenced Files
F102988274: D32642.diff
Tue, Nov 19, 12:56 PM
Unknown Object (File)
Fri, Nov 8, 8:19 AM
Unknown Object (File)
Fri, Oct 25, 8:02 PM
Unknown Object (File)
Oct 18 2024, 8:53 PM
Unknown Object (File)
Oct 2 2024, 12:34 AM
Unknown Object (File)
Oct 2 2024, 12:34 AM
Unknown Object (File)
Sep 27 2024, 3:13 AM
Unknown Object (File)
Sep 25 2024, 10:14 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.