2018-01-18 2:30 GMT-08:00 Aurélien Aptel <aaptel@xxxxxxxx>: > Pavel Shilovskiy <pshilov@xxxxxxxxxxxxx> writes: >> Minor: it should probably work this way, but since we set ses->tcon_ipc under a spinlock in cifs_setup_ipc(), it would be better to do something similar here. > > I was actually thinking that the spinlock might not be necessary for > that pointer. It's always only set at session creation (new tcon) and > destruction (to null). In between, it's only going to be read. What do > you think? I agree that accessing ses->tcon_ipc is not necessary to be under spinlock. Btw, why should we put this tcon to the list at the 1st place? We can leave to be accessed only by ses->tcon_ipc and do not bother with spinlocks at all. > >>> - /* >>> - * BB - map targetUNCs to dfs_info3 structures, here or in >>> - * ses->server->ops->get_dfs_refer. >>> - */ >> >> Is this no longer needed? > > If you are talking about the tcon creation, it is now done all the time > at session creation. If you are talking about that specific comment, I > believe it's already done now in parse_dfs_referrals(). That function > parses the packet into dfs_info3_param structures. > I was talking about the comment. -- Best regards, Pavel Shilovsky -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html