Files
linux-apfs/fs/btrfs/file-item.c
T

10 lines
201 B
C
Raw Normal View History

2007-03-21 11:12:56 -04:00
#include <linux/module.h>
2007-03-15 19:03:33 -04:00
#include "ctree.h"
#include "transaction.h"
2007-03-15 19:03:33 -04:00
int btrfs_create_file(struct btrfs_trans_handle *trans,
struct btrfs_root *root, u64 dirid, u64 *objectid)
{
return 0;
}