Btrfs: write_buf is now callable outside send.c
Developing service cmds needs it. Signed-off-by: Anand Jain <anand.jain@oracle.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user