]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/udf/symlink.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6-omap-h63xx.git] / fs / udf / symlink.c
index ba068a7865630bb07a8f968a91d20c13245c143f..12613b680cc4aa2e93db48c27d5f0b2ec16b82a9 100644 (file)
@@ -95,7 +95,7 @@ static int udf_symlink_filler(struct file *file, struct page *page)
        }
 
        udf_pc_to_char(inode->i_sb, symlink, inode->i_size, p);
-       udf_release_data(bh);
+       brelse(bh);
 
        unlock_kernel();
        SetPageUptodate(page);