Re: [PATCH] cifs: fix typo in debug message with struct field ia_valid

2019-06-25 Thread Steve French
merged into cifs-2.6.git for-next On Mon, Jun 24, 2019 at 3:25 PM Colin King wrote: > > From: Colin Ian King > > Field ia_valid is being debugged with the field name iavalid, fix this. > > Signed-off-by: Colin Ian King > --- > fs/cifs/inode.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] cifs: fix typo in debug message with struct field ia_valid

2019-06-24 Thread Colin King
From: Colin Ian King Field ia_valid is being debugged with the field name iavalid, fix this. Signed-off-by: Colin Ian King --- fs/cifs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index d7cc62252634..06a4892e9973 100644 ---