Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Nov 2007 19:11:39 +0000 (11:11 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Nov 2007 19:11:39 +0000 (11:11 -0800)
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (21 commits)
  [CIFS] fix oops on second mount to same server when null auth is used
  [CIFS] Fix stale mode after readdir when cifsacl specified
  [CIFS] add mode to acl conversion helper function
  [CIFS] Fix incorrect mode when ACL had deny access control entries
  [CIFS] Add uid to key description so krb can handle user mounts
  [CIFS] Fix walking out end of cifs dacl
  [CIFS] Add upcall files for cifs to use spnego/kerberos
  [CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routines
  [CIFS] Register and unregister cifs_spnego_key_type on module init/exit
  [CIFS] implement upcalls for SPNEGO blob via keyctl API
  [CIFS] allow cifs_calc_signature2 to deal with a zero length iovec
  [CIFS] If no Access Control Entries, set mode perm bits to zero
  [CIFS] when mount helper missing fix slash wrong direction in share
  [CIFS] Don't request too much permission when reading an ACL
  [CIFS] enable get mode from ACL when cifsacl mount option specified
  [CIFS] ACL support part 8
  [CIFS] acl support part 7
  [CIFS] acl support part 6
  [CIFS] acl support part 6
  [CIFS] remove unused funtion compile warning when experimental off
  ...

1  2 
fs/Kconfig
fs/cifs/cifsfs.h

diff --cc fs/Kconfig
Simple merge
index 5574ba3ab1f9c3c669b5f3e606bff729bcc2ebd6,62357d228c0764ac5c4dbb90f6a11569f1341c0c..2a21dc66f0de20be9544887d6312aa9b3394bac1
@@@ -103,8 -103,8 +103,8 @@@ extern int cifs_ioctl(struct inode *ino
                       unsigned int command, unsigned long arg);
  
  #ifdef CONFIG_CIFS_EXPERIMENTAL
 -extern struct export_operations cifs_export_ops;
 +extern const struct export_operations cifs_export_ops;
  #endif /* EXPERIMENTAL */
  
- #define CIFS_VERSION   "1.51"
+ #define CIFS_VERSION   "1.52"
  #endif                                /* _CIFSFS_H */