summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/linux/create_test.cc
AgeCommit message (Collapse)Author
2020-09-16Implement FUSE_CREATECraig Chi
FUSE_CREATE is called when issuing creat(2) or open(2) with O_CREAT. It creates a new file on the FUSE filesystem. Fixes #3825