diff options
author | Steve French <sfrench@us.ibm.com> | 2008-04-28 04:04:34 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-04-28 04:04:34 +0000 |
commit | 39da9847113a870b20fee9a7c216a848b9a5e9f7 (patch) | |
tree | 992ea8af4d3eb108f7d36496ab22a9b90faad07d /fs/cifs/CHANGES | |
parent | 1dbbb6077426f8ce63d6a59c5ac6613e1689cbde (diff) | |
download | linux-39da9847113a870b20fee9a7c216a848b9a5e9f7.tar.bz2 |
[CIFS] Fix statfs formatting
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/CHANGES')
-rw-r--r-- | fs/cifs/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 05c9da6181c3..8355e918fddf 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES @@ -1,3 +1,6 @@ +Version 1.53 +------------ + Version 1.52 ------------ Fix oops on second mount to server when null auth is used. |