[CIFS] Fix endian conversion problem in posix mkdir
authorCyril Gorcunov <gorcunov@gmail.com>
Sun, 14 Oct 2007 17:58:43 +0000 (17:58 +0000)
committerSteve French <sfrench@us.ibm.com>
Sun, 14 Oct 2007 17:58:43 +0000 (17:58 +0000)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/CHANGES
fs/cifs/cifsacl.h
fs/cifs/cifsencrypt.c
fs/cifs/cifssmb.c
fs/cifs/inode.c

index 13071fa..70c90c0 100644 (file)
@@ -9,7 +9,8 @@ ability to mount to IPC$ share (which allows CIFS named pipes to be
 opened, read and written as if they were files).  When 1st tree
 connect fails (e.g. due to signing negotiation failure) fix
 leak that causes cifsd not to stop and rmmod to fail to cleanup
-cifs_request_buffers pool.
+cifs_request_buffers pool. Fix problem with POSIX Open/Mkdir on
+bigendian architectures.
 
 Version 1.50
 ------------
Simple merge
Simple merge
Simple merge
diff --cc fs/cifs/inode.c
Simple merge