X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fsend.h;h=1bf4f32fd4ef28582c6d2401571bf2f7f37617a6;hb=b68c50d836517cf662145b2e7d5cdf40a38b24f1;hp=9934e948e57f91067f5a5e3f9cdf9720939af151;hpb=99dbb1632f1165c2726056ebfce6edde0e5a0208;p=karo-tx-linux.git diff --git a/fs/btrfs/send.h b/fs/btrfs/send.h index 9934e948e57f..1bf4f32fd4ef 100644 --- a/fs/btrfs/send.h +++ b/fs/btrfs/send.h @@ -130,4 +130,5 @@ enum { #ifdef __KERNEL__ long btrfs_ioctl_send(struct file *mnt_file, void __user *arg); +int write_buf(struct file *filp, const void *buf, u32 len, loff_t *off); #endif