1. 01 2月, 2011 5 次提交
    • A
      appletalk: move to staging · a6238f21
      Arnd Bergmann 提交于
      For all I know, Appletalk is dead, the only reasonable
      use right now would be nostalgia, and that can be served
      well enough by old kernels. The code is largely not
      in a bad shape, but it still uses the big kernel lock,
      and nobody seems motivated to change that.
      
      FWIW, the last release of MacOS that supported Appletalk
      was MacOS X 10.5, made in 2007, and it has been abandoned
      by Apple with 10.6. Using TCP/IP instead of Appletalk has
      been supported since MacOS 7.6, which was released in
      1997 and is able to run on most of the legacy hardware.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a6238f21
    • A
      staging: remove smbfs · 939cbe5a
      Arnd Bergmann 提交于
      smbfs got moved to staging in 2.6.37, so we can
      finally remove it in the 2.6.39 merge window.
      All users should by now have migrated to cifs.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: linux-cifs@vger.kernel.org
      Cc: Jeff Layton <jlayton@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      939cbe5a
    • A
      staging: Remove autofs3 · 561c5cf9
      Arnd Bergmann 提交于
      autofs3 was moved to staging in 2.6.37, so we can
      remove it in the 2.6.39 merge window. If we have
      a reason to bring it back after that, this patch
      can get reverted.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      About-fscking-timed-by: NH. Peter Anvin <hpa@zytor.com>
      Cc: Ian Kent <raven@themaw.net>
      Cc: autofs@linux.kernel.org
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      561c5cf9
    • A
      staging/go7007: remove the BKL · 8aea5882
      Arnd Bergmann 提交于
      There is nothing that the BKL can possibly
      protect here, so just remove it.
      
      Cc: Ross Cohen <rcohen@snurgle.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      8aea5882
    • R
      staging: fix rts_pstor build errors · 27a16811
      Randy Dunlap 提交于
      Fix multiple rts_pstor build errors.
      
      When CONFIG_PCI is not enabled:
      
      drivers/staging/rts_pstor/rtsx.c: In function 'rtsx_acquire_irq':
      drivers/staging/rts_pstor/rtsx.c:324: error: implicit declaration of function 'pci_intx'
      drivers/staging/rts_pstor/rtsx.c: In function 'rtsx_read_pci_cfg_byte':
      drivers/staging/rts_pstor/rtsx.c:336: error: implicit declaration of function 'pci_get_domain_bus_and_slot'
      drivers/staging/rts_pstor/rtsx.c:336: warning: assignment makes pointer from integer without a cast
      drivers/staging/rts_pstor/rtsx.c: In function 'rtsx_shutdown':
      drivers/staging/rts_pstor/rtsx.c:462: error: implicit declaration of function 'pci_disable_msi'
      drivers/staging/rts_pstor/rtsx.c: In function 'rtsx_probe':
      drivers/staging/rts_pstor/rtsx.c:981: error: implicit declaration of function 'pci_enable_msi'
      
      When CONFIG_SCSI is not enabled:
      
      In file included from drivers/staging/rts_pstor/rtsx.h:45,
                       from drivers/staging/rts_pstor/rtsx.c:28:
      include/scsi/scsi_cmnd.h:27:25: warning: "BLK_MAX_CDB" is not defined
      include/scsi/scsi_cmnd.h:28:3: error: #error MAX_COMMAND_SIZE can not be bigger than BLK_MAX_CDB
      In file included from drivers/staging/rts_pstor/rtsx.h:45,
                       from drivers/staging/rts_pstor/rtsx.c:28:
      include/scsi/scsi_cmnd.h: In function 'scsi_bidi_cmnd':
      include/scsi/scsi_cmnd.h:184: error: implicit declaration of function 'blk_bidi_rq'
      include/scsi/scsi_cmnd.h:185: error: dereferencing pointer to incomplete type
      include/scsi/scsi_cmnd.h: In function 'scsi_in':
      include/scsi/scsi_cmnd.h:191: error: dereferencing pointer to incomplete type
      include/scsi/scsi_cmnd.h: In function 'scsi_get_lba':  CC      drivers/gpu/drm/nouveau/nv04_tv.o
      
      include/scsi/scsi_cmnd.h:269: error: implicit declaration of function 'blk_rq_pos'
      In file included from drivers/staging/rts_pstor/rtsx.h:48,
                       from drivers/staging/rts_pstor/rtsx.c:28:
      include/scsi/scsi_eh.h: At top level:
      include/scsi/scsi_eh.h:84: error: 'BLK_MAX_CDB' undeclared here (not in a function)
      drivers/staging/rts_pstor/rtsx.c: In function 'slave_configure':
      drivers/staging/rts_pstor/rtsx.c:107: error: implicit declaration of function 'blk_queue_dma_alignment'
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: wei_wang@realsil.com.cn
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      27a16811
  2. 26 1月, 2011 1 次提交
  3. 25 1月, 2011 34 次提交