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)
Fri, Sep 27, 3:13 AM
Unknown Object (File)
Wed, Sep 25, 10:14 PM
Unknown Object (File)
Wed, Sep 25, 12:50 PM
Unknown Object (File)
Wed, Sep 25, 9:18 AM
Unknown Object (File)
Wed, Sep 25, 1:07 AM
Unknown Object (File)
Tue, Sep 24, 11:26 PM
Unknown Object (File)
Sat, Sep 21, 4:59 AM
Unknown Object (File)
Thu, Sep 19, 10:37 AM

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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42346
Build 39234: arc lint + arc unit

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.