• J
    btrfs: Fix kfree of member instead of structure · cddcd800
    Jeff Mahoney 提交于
    Correctness fix: The kfree calls in the add_delayed_* functions free
    the node that's passed into it, but the node is a member of another
    structure. It works because it's always the first member of the
    containing structure, but it should really be using the containing
    structure itself.
    Signed-off-by: NJeff Mahoney <jeffm@suse.com>
    cddcd800
delayed-ref.c 20.3 KB