1
0
Fork 0
remarkable-linux/fs/btrfs/file-item.c

10 lines
201 B
C
Raw Normal View History

#include <linux/module.h>
#include "ctree.h"
#include "transaction.h"
int btrfs_create_file(struct btrfs_trans_handle *trans,
struct btrfs_root *root, u64 dirid, u64 *objectid)
{
return 0;
}