Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
2e635a278354a1a7951e16cfea4c247d6d0e7c99
/
.
/
fs
/
btrfs
/
file-item.c
blob: 8e1e5b4ccfafeab6bd10ab71800ad489005ec4f1 [
file
] [
log
] [
blame
]
#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
;
}