diff --git a/[refs] b/[refs] index 89e279c0a37b..98bf76021e13 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ada508274b8698a33cb0e5bd037db0f9dc781795 +refs/heads/master: 60e2ec48665b8495360ca4a6004c5cd52beb2bc1 diff --git a/trunk/fs/ocfs2/alloc.c b/trunk/fs/ocfs2/alloc.c index f9a3e8942669..ab513ddaeff2 100644 --- a/trunk/fs/ocfs2/alloc.c +++ b/trunk/fs/ocfs2/alloc.c @@ -6851,7 +6851,7 @@ static int ocfs2_do_truncate(struct ocfs2_super *osb, } status = 0; bail: - + brelse(last_eb_bh); mlog_exit(status); return status; }