1. 21 3月, 2012 2 次提交
  2. 20 3月, 2012 1 次提交
  3. 11 3月, 2012 1 次提交
  4. 01 3月, 2012 5 次提交
  5. 09 1月, 2012 4 次提交
  6. 07 1月, 2012 1 次提交
  7. 04 1月, 2012 5 次提交
  8. 02 11月, 2011 2 次提交
  9. 01 11月, 2011 6 次提交
  10. 11 10月, 2011 3 次提交
  11. 06 10月, 2011 1 次提交
  12. 20 7月, 2011 1 次提交
  13. 28 5月, 2011 1 次提交
  14. 26 5月, 2011 2 次提交
  15. 24 3月, 2011 1 次提交
  16. 14 3月, 2011 1 次提交
  17. 10 3月, 2011 1 次提交
  18. 03 3月, 2011 1 次提交
  19. 23 2月, 2011 1 次提交
    • D
      UDF: Fix compiler warning · 6f644e5f
      Dirk Behme 提交于
      Fix compiler warning
      
      fs/udf/balloc.c: In function 'udf_bitmap_new_block':
      fs/udf/balloc.c:273: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      fs/udf/balloc.c:285: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      fs/udf/balloc.c:311: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      fs/udf/balloc.c:325: warning: passing argument 1 of '_find_next_bit_le' from incompatible pointer type
      
      The main fix is to add a cast in ext2_find_next_bit().
      
      As all other usage locations of udf_find_next_one_bit()
      directly use bh->b_data (which is a char *), the useless
      (char *) cast in line 311 can be removed, too.
      Signed-off-by: NDirk Behme <dirk.behme@de.bosch.com>
      Signed-off-by: NGeorge G. Davis <gdavis@mvista.com>
      Signed-off-by: NJan Kara <jack@suse.cz>
      6f644e5f