1. 08 5月, 2007 16 次提交
  2. 07 5月, 2007 15 次提交
  3. 06 5月, 2007 1 次提交
  4. 05 5月, 2007 2 次提交
    • J
      [CIFS] Make sec=none force an anonymous mount · 8426c39c
      Jeff Layton 提交于
      We had a customer report that attempting to make CIFS mount with a null
      username (i.e. doing an anonymous mount) doesn't work. Looking through the
      code, it looks like CIFS expects a NULL username from userspace in order
      to trigger an anonymous mount. The mount.cifs code doesn't seem to ever
      pass a null username to the kernel, however.
      
      It looks also like the kernel can take a sec=none option, but it only seems
      to look at it if the username is already NULL. This seems redundant and
      effectively makes sec=none useless.
      
      The following patch makes sec=none force an anonymous mount.
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      8426c39c
    • T
      NFS: Fix a compile glitch on 64-bit systems · 84dde76c
      Trond Myklebust 提交于
      fs/nfs/pagelist.c:226: error: conflicting types for 'nfs_pageio_init'
      include/linux/nfs_page.h:80: error: previous declaration of 'nfs_pageio_init' was here
      
      Thanks to Andrew for spotting this...
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      84dde76c
  5. 04 5月, 2007 1 次提交
  6. 03 5月, 2007 5 次提交