OSDN Git Service

CIFS: fix a white space issue in cifs_get_inode_info()
authorDan Carpenter via samba-technical <samba-technical@lists.samba.org>
Tue, 26 Nov 2019 12:11:15 +0000 (15:11 +0300)
committerSteve French <stfrench@microsoft.com>
Wed, 27 Nov 2019 17:31:49 +0000 (11:31 -0600)
commit68464b88cc0a735eaacd2c69beffb85d36f25292
tree16d280f130408d919acd1cf60cc5c255694fa5f1
parent1656a07a89a82a80d8e9fdf0e37821c2584d88d3
CIFS: fix a white space issue in cifs_get_inode_info()

We accidentally messed up the indenting on this if statement.

Fixes: 16c696a6c300 ("CIFS: refactor cifs_get_inode_info()")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/inode.c