1. 08 8月, 2010 26 次提交
  2. 11 5月, 2010 1 次提交
  3. 07 4月, 2010 1 次提交
  4. 02 4月, 2010 1 次提交
  5. 01 3月, 2010 5 次提交
  6. 26 2月, 2010 2 次提交
  7. 22 2月, 2010 1 次提交
  8. 05 2月, 2010 1 次提交
  9. 23 11月, 2009 1 次提交
  10. 13 11月, 2009 1 次提交
    • A
      cciss: make device attrs static · 69ac7482
      Alex Chiang 提交于
      No need to export those device attributes.
      
      In fact, without this patch, we can trip over a build error if cciss
      is a built-in and another driver also declares and exports attributes
      with the same name.
      
      You'll see errors like:
      
      	drivers/scsi/built-in.o: multiple definition of `dev_attr_lunid'
      	drivers/block/built-in.o: first defined here
      
      Cc: Stephen M. Cameron <scameron@beardog.cce.hp.com>
      Signed-off-by: NAlex Chiang <achiang@hp.com>
      Cc: <mike.miller@hp.com>
      Cc: Jens Axboe <jens.axboe@oracle.com>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      69ac7482