Fix missing braces in cifs_revalidate()
authorSuresh Jayaraman <sjayaraman@suse.de>
Tue, 5 Aug 2008 09:08:40 +0000 (14:38 +0530)
committerSteve French <sfrench@us.ibm.com>
Tue, 5 Aug 2008 16:51:53 +0000 (16:51 +0000)
commit9e96af8525264973d8d1f800b0ddce0289fc0bdd
tree4c48c85bcef749ed5aa27629276aeec0f377672e
parent93d0ec851820688ef5b21a84e7460d3cf405f5c5
Fix missing braces in cifs_revalidate()

Fix missing braces introduced during commit
cea218054ad277d6c126890213afde07b4eb1602.  Though setting wbrc to 0
keeps this from causing real bug, this should have been there.

Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/inode.c