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)
Tue, Aug 11, 10:04 PM
Unknown Object (File)
Tue, Aug 11, 2:32 PM
Unknown Object (File)
Mon, Aug 10, 12:42 PM
Unknown Object (File)
Mon, Aug 10, 12:35 PM
Unknown Object (File)
Mon, Aug 10, 5:25 AM
Unknown Object (File)
Sun, Aug 9, 5:09 PM
Unknown Object (File)
Sat, Aug 8, 2:47 AM
Unknown Object (File)
Fri, Aug 7, 3:17 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.