1. 15 May, 2013 1 commit
    • Emil Goode's avatar
      bcache: Fix incompatible pointer type warning · 867e1162
      Emil Goode authored
      The function pointer release in struct block_device_operations
      should point to functions declared as void.
      
      Sparse warnings:
      
      drivers/md/bcache/super.c:656:27: warning:
      	incorrect type in initializer (different base types)
      	drivers/md/bcache/super.c:656:27:
      	expected void ( *release )( ... )
      	drivers/md/bcache/super.c:656:27:
      	got int ( static [toplevel] *<noident> )( ... )
      
      drivers/md/bcache/super.c:656:2: warning:
      	initialization from incompatible pointer type [enabled by default]
      
      drivers/md/bcache/super.c:656:2: warning:
      	(near initialization for ‘bcache_ops.release’) [enabled by default]
      Signed-off-by: default avatarEmil Goode <emilgoode@gmail.com>
      Signed-off-by: default avatarKent Overstreet <koverstreet@google.com>
      867e1162
  2. 01 May, 2013 3 commits
  3. 29 Apr, 2013 4 commits
  4. 24 Apr, 2013 1 commit
  5. 22 Apr, 2013 1 commit
  6. 21 Apr, 2013 4 commits
  7. 14 Apr, 2013 2 commits
  8. 08 Apr, 2013 7 commits
  9. 28 Mar, 2013 17 commits