Btrfs: fix wrong comment in can_overcommit()
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / send.h
index 9934e948e57f91067f5a5e3f9cdf9720939af151..1bf4f32fd4ef28582c6d2401571bf2f7f37617a6 100644 (file)
@@ -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