commit | 1bcea35597693b3ac1ec1b311cfd42d52972a710 | [log] [tgz] |
---|---|---|
author | Anand Jain <anand.jain@oracle.com> | Fri Sep 14 00:04:21 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Oct 04 09:39:55 2012 -0400 |
tree | fa1d8d7888c8a2aee895510f66c92ccd12308b11 | |
parent | b4f359ab065b9c6c132124557d23e90e2e8504be [diff] [blame] |
Btrfs: write_buf is now callable outside send.c Developing service cmds needs it. Signed-off-by: Anand Jain <anand.jain@oracle.com>
diff --git a/fs/btrfs/send.h b/fs/btrfs/send.h index 9934e94..1bf4f32 100644 --- a/fs/btrfs/send.h +++ b/fs/btrfs/send.h
@@ -130,4 +130,5 @@ #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