On Mon, Oct 30, 2023 at 6:10 PM Shyam Prasad N <nspmangalore@xxxxxxxxx> wrote: > > On Mon, Oct 30, 2023 at 6:04 PM Bharath SM <bharathsm.hsk@xxxxxxxxx> wrote: > > > > On Mon, Oct 30, 2023 at 4:30 PM <nspmangalore@xxxxxxxxx> wrote: > > > > > > From: Shyam Prasad N <sprasad@xxxxxxxxxxxxx> > > > > > > In the output of /proc/fs/cifs/DebugData, we do not > > > print the server->capabilities field today. > > > With this change, we will do that. > > > > We already print session capabilities in DebugData. How is it > > different from that.? > > These are capabilities at the server level. That one is at session level. > Actually, there's tcon capabilities as well, which I think we should > also dump in DebugData. > I'll submit a revised version for that as well. Actually, it looks like that's already done in smb2_dump_share_caps. It would be even better to print server capabilities in the symbolic form similar to how it's done there. But this works too. I think we can do a follow up patch for that if needed. > > -- > Regards, > Shyam -- Regards, Shyam