1. 06 8月, 2010 4 次提交
    • D
      CIFS: Make cifs_convert_address() take a const src pointer and a length · 67b7626a
      David Howells 提交于
      Make cifs_convert_address() take a const src pointer and a length so that all
      the strlen() calls in their can be cut out and to make it unnecessary to modify
      the src string.
      
      Also return the data length from dns_resolve_server_name_to_ip() so that a
      strlen() can be cut out of cifs_compose_mount_options() too.
      Acked-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      67b7626a
    • S
      cifs: show features compiled in as part of DebugData · f579903e
      Suresh Jayaraman 提交于
      Fixed the nit pointed out by Jeff.
      
      From: Suresh Jayaraman <sjayaraman@suse.de>
      Subject: [PATCH 1/2] cifs: show features compiled in as part of DebugData
      
      This patch adds the features that are compiled in to the CIFS debugging data
      as shown below:
      
      	$cat /proc/fs/cifs/DebugData
      	Display Internal CIFS Data Structures for Debugging
      	---------------------------------------------------
      	CIFS Version 1.64
      	Features: dfs fscache posix spnego xattr
      	Active VFS Requests: 0
      	...
      
      This patch provides a definitive way to tell what features are currently
      enabled in the running kernel. This could also help debugging.
      Signed-off-by: NSuresh Jayaraman <sjayaraman@suse.de>
      Cc: Jeff Layton <jlayton@redhat.com>
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      f579903e
    • S
      cifs: update README · 95c99904
      Suresh Jayaraman 提交于
      Update the README file to reflect that now DebugData shows all
      the features enabled.
      Signed-off-by: NSuresh Jayaraman <sjayaraman@suse.de>
      Cc: Jeff Layton <jlayton@redhat.com>
      --
       fs/cifs/README |    5 +++--
       1 files changed, 3 insertions(+), 2 deletions(-)
      Signed-off-by: NSteve French <sfrench@us.ibm.com>
      95c99904
    • L
      Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc · cdd854bc
      Linus Torvalds 提交于
      * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (79 commits)
        powerpc/8xx: Add support for the MPC8xx based boards from TQC
        powerpc/85xx: Introduce support for the Freescale P1022DS reference board
        powerpc/85xx: Adding DTS for the STx GP3-SSA MPC8555 board
        powerpc/85xx: Change deprecated binding for 85xx-based boards
        powerpc/tqm85xx: add a quirk for ti1520 PCMCIA bridge
        powerpc/tqm85xx: update PCI interrupt-map attribute
        powerpc/mpc8308rdb: support for MPC8308RDB board from Freescale
        powerpc/fsl_pci: add quirk for mpc8308 pcie bridge
        powerpc/85xx: Cleanup QE initialization for MPC85xxMDS boards
        powerpc/85xx: Fix booting for P1021MDS boards
        powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boards
        powerpc/85xx: kexec for SMP 85xx BookE systems
        powerpc/5200/i2c: improve i2c bus error recovery
        of/xilinxfb: update tft compatible versions
        powerpc/fsl-diu-fb: Support setting display mode using EDID
        powerpc/5121: doc/dts-bindings: update doc of FSL DIU bindings
        powerpc/5121: shared DIU framebuffer support
        powerpc/5121: move fsl-diu-fb.h to include/linux
        powerpc/5121: fsl-diu-fb: fix issue with re-enabling DIU area descriptor
        powerpc/512x: add clock structure for Video-IN (VIU) unit
        ...
      cdd854bc
  2. 05 8月, 2010 36 次提交