Btrfs: fix use after free in O_DIRECT
authorJosef Bacik <josef@redhat.com>
Fri, 19 Nov 2010 14:41:10 +0000 (09:41 -0500)
committerJosef Bacik <josef@redhat.com>
Thu, 9 Dec 2010 18:57:10 +0000 (13:57 -0500)
This fixes a bug where we use dip after we have freed it.  Instead just use the
file_offset that was passed to the function.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>

No differences found