[PATCH] Btrfs-progs: making send.h inline with its kernel side change
From: Anand jain <hidden>
Date: 2012-09-14 06:02:14
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Anand jain <hidden>
Date: 2012-09-14 06:02:14
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Anand Jain <redacted> Signed-off-by: Anand Jain <redacted> --- send.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/send.h b/send.h
index 9934e94..1bf4f32 100644
--- a/send.h
+++ b/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
--
1.7.1