]> git.karo-electronics.de Git - linux-beck.git/commit
bcache: Fix moving_pred()
authorKent Overstreet <kmo@daterainc.com>
Mon, 17 Feb 2014 23:48:36 +0000 (15:48 -0800)
committerKent Overstreet <kmo@daterainc.com>
Tue, 18 Mar 2014 19:22:34 +0000 (12:22 -0700)
commit10d9dcf6ee5909e1aabd3685c60fdd1b1306d046
tree986a5129e7b107f82e8eacd94ad8f2c6cd78268b
parentda415a096fc06e49d1a15f7a06bcfe6ad44c5d38
bcache: Fix moving_pred()

Avoid a potential null pointer deref (e.g. from check keys for cache misses)

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/movinggc.c