Re: [PATCH v1 1/1] smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2
Steve French <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAH2r5mvv0+q9wFDbuChWYfMzj-3tqK__XbbSk2fsdPfNbD_ASQ@mail.gmail.com> |
merged into cifs-2.6.git for-next On Tue, Jul 14, 2026 at 9:22 AM ChenXiaoSong via samba-technical <[email protected]> wrote: > > Reviewed-by: ChenXiaoSong <[email protected]> > > 在 2026/7/14 21:53, Andy Shevchenko 写道: > > Replace EXPORT_SYMBOL_FOR_MODULES() with EXPORT_SYMBOL_IF_KUNIT() > > to mark the symbols as visible only if CONFIG_KUNIT is enabled. > > > > Kunit test should import the namespace EXPORTED_FOR_KUNIT_TESTING to > > use these marked symbols. This is the standard way for all KUnit > > tests. > > > > Signed-off-by: Andy Shevchenko<[email protected]> > > --- > > fs/smb/client/smb2maperror.c | 12 ++++++------ > > fs/smb/client/smb2maperror_test.c | 1 + > > 2 files changed, 7 insertions(+), 6 deletions(-) > > -- > ChenXiaoSong <[email protected]> > Chinese Homepage: https://chenxiaosong.com > English Homepage: https://chenxiaosong.com/en > > -- Thanks, Steve