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