X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fbackref.h;h=a910b27a8ad9a025985b491f5b169fc3270999a0;hb=97a5221f56bad2e1c7e8ab55da4ac4748ef59c64;hp=8f2e767029322d2d3d0ac2baf996c3964e999cdf;hpb=858655116bfc722837e3aec0909b8e9d08f96996;p=~andy%2Flinux diff --git a/fs/btrfs/backref.h b/fs/btrfs/backref.h index 8f2e7670293..a910b27a8ad 100644 --- a/fs/btrfs/backref.h +++ b/fs/btrfs/backref.h @@ -72,4 +72,6 @@ int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid, struct btrfs_inode_extref **ret_extref, u64 *found_off); +int __init btrfs_prelim_ref_init(void); +void btrfs_prelim_ref_exit(void); #endif