1. 15 May, 2013 2 commits
    • Paul Bolle's avatar
      bcache: drop "select CLOSURES" · bbb1c3b5
      Paul Bolle authored
      The Kconfig entry for BCACHE selects CLOSURES. But there's no Kconfig
      symbol CLOSURES. That symbol was used in development versions of bcache,
      but was removed when the closures code was no longer provided as a
      kernel library. It can safely be dropped.
      Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
      bbb1c3b5
    • 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 16 commits