1. 27 6月, 2013 10 次提交
  2. 14 6月, 2013 1 次提交
  3. 31 5月, 2013 1 次提交
    • S
      s390/dasd: fix handling of gone paths · 8b811bae
      Stefan Weinhuber 提交于
      When a path is gone and dasd_generic_path_event is called with a
      PE_PATH_GONE event, we must assume that any I/O request on that
      subchannel is still running. This is unlike the dasd_generic_notify
      handler and the CIO_NO_PATH event, which implies that the subchannel
      has been cleared.
      If dasd_generic_path_event finds that the path has been the last
      usable path, it must not call dasd_generic_last_path_gone (which would
      reset the state of running requests), but just set the
      DASD_STOPPED_DC_WAIT bit.
      Signed-off-by: NStefan Weinhuber <wein@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      8b811bae
  4. 17 5月, 2013 1 次提交
  5. 15 5月, 2013 1 次提交
  6. 07 5月, 2013 1 次提交
  7. 02 5月, 2013 7 次提交
  8. 26 4月, 2013 4 次提交
  9. 23 4月, 2013 4 次提交
  10. 22 4月, 2013 1 次提交
    • P
      qeth: fix VLAN related compilation errors · 91b1c1aa
      Patrick McHardy 提交于
      drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_add_vlan_mc':
      >> drivers/s390/net/qeth_l3_main.c:1662:3: error: too few arguments to function '__vlan_find_dev_deep'
         include/linux/if_vlan.h:88:27: note: declared here
         drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_add_vlan_mc6':
      >> drivers/s390/net/qeth_l3_main.c:1723:3: error: too few arguments to function '__vlan_find_dev_deep'
         include/linux/if_vlan.h:88:27: note: declared here
         drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_free_vlan_addresses4':
      >> drivers/s390/net/qeth_l3_main.c:1767:2: error: too few arguments to function '__vlan_find_dev_deep'
         include/linux/if_vlan.h:88:27: note: declared here
         drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_free_vlan_addresses6':
      >> drivers/s390/net/qeth_l3_main.c:1797:2: error: too few arguments to function '__vlan_find_dev_deep'
         include/linux/if_vlan.h:88:27: note: declared here
         drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_process_inbound_buffer':
      >> drivers/s390/net/qeth_l3_main.c:1980:6: error: too few arguments to function '__vlan_hwaccel_put_tag'
         include/linux/if_vlan.h:234:31: note: declared here
         drivers/s390/net/qeth_l3_main.c: In function 'qeth_l3_verify_vlan_dev':
      >> drivers/s390/net/qeth_l3_main.c:2089:3: error: too few arguments to function '__vlan_find_dev_deep'
         include/linux/if_vlan.h:88:27: note: declared here
      Reported-by: Nkbuild test robot <fengguang.wu@intel.com>
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      91b1c1aa
  11. 20 4月, 2013 2 次提交
  12. 17 4月, 2013 7 次提交