diff options
author | Jeff Layton <jlayton@redhat.com> | 2008-07-31 21:30:11 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-07-31 21:30:11 +0000 |
commit | 2f0e58ac3ad0bb2ec0924dc11f8e55d01f44ca90 (patch) | |
tree | a8fd37f86828fdc8babbae1bc9c7d0af86152386 /fs/cifs/cifsfs.h | |
parent | 176803562b541ebf4744e44e6600fb60660255d5 (diff) | |
download | op-kernel-dev-2f0e58ac3ad0bb2ec0924dc11f8e55d01f44ca90.zip op-kernel-dev-2f0e58ac3ad0bb2ec0924dc11f8e55d01f44ca90.tar.gz |
[CIFS] remove level of indentation from decode_negTokenInit
Most of this function takes place inside of an unnecessary "else"
clause. The other 2 cases both return 0, so we can remove some
indentation here.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 25a6cbd..135c965 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -101,5 +101,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg); extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ -#define CIFS_VERSION "1.53" +#define CIFS_VERSION "1.54" #endif /* _CIFSFS_H */ |