]> git.neil.brown.name Git - LaFS.git/commit
correct arg to kfree in refile
authorNeilBrown <neilb@suse.de>
Thu, 10 Jun 2010 05:39:38 +0000 (15:39 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 13 Jun 2010 07:19:59 +0000 (17:19 +1000)
commit49164b44d42baba041450adf691ec948dc38ca9c
tree60af056055faf1adb5b1a54db58964a53e2b66f5
parent0e794ac5a098ccb4b31d573044bbf8cf9fddec2c
correct arg to kfree in refile

'b' is a struct-block, technically a virtual type.
Need to get container_of - dblk in this case - before calling
kfree.

Signed-off-by: NeilBrown <neilb@suse.de>
index.c