Re: [RFC PATCH linux-next] CIFS: SMBD: _smbd_get_connection() can be static

2018-01-03 Thread Steve French
merged into cifs-2.6.git for-next thx On Mon, Dec 18, 2017 at 7:30 AM, kbuild test robot wrote: > > Fixes: 07495ff5d9bc ("CIFS: SMBD: Establish SMB Direct connection") > Signed-off-by: Fengguang Wu > --- > smbdirect.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/f

RE: [RFC PATCH linux-next] CIFS: SMBD: _smbd_get_connection() can be static

2017-12-18 Thread Long Li
> Fixes: 07495ff5d9bc ("CIFS: SMBD: Establish SMB Direct connection") > Signed-off-by: Fengguang Wu Acked-by: Long Li Thanks. > --- > smbdirect.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c index 2ecd5c1..62a5c3f > 100

[RFC PATCH linux-next] CIFS: SMBD: _smbd_get_connection() can be static

2017-12-18 Thread kbuild test robot
Fixes: 07495ff5d9bc ("CIFS: SMBD: Establish SMB Direct connection") Signed-off-by: Fengguang Wu --- smbdirect.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c index 2ecd5c1..62a5c3f 100644 --- a/fs/cifs/smbdirect.c +++ b/fs/cifs/s