commit | 96c03bccc7defb1f0d486165af5c0b8590f56c11 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Tue Feb 23 20:51:43 2010 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Tue Feb 23 20:51:43 2010 +0000 |
tree | 1c22fda5236d702867ac6f540fc8106bbfca3a58 | |
parent | 31c0519f7af99ae60fd39f7f1c1f7ae1efb56760 [diff] [blame] |
[CIFS] Minor cleanup to EA patch CC: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index 49503d2..bc0025c 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES
@@ -1,6 +1,7 @@ Version 1.62 ------------ -Add sockopt=TCP_NODELAY mount option. +Add sockopt=TCP_NODELAY mount option. EA (xattr) routines hardened +to more strictly handle corrupt frames. Version 1.61 ------------