前情提要:/t/693941
int (*read) (const char *, char *, size_t, off_t,
struct fuse_file_info *);
int (*fallocate) (const char *, int, off_t, off_t,
struct fuse_file_info *);
ssize_t (*copy_file_range) (const char *path_in,
struct fuse_file_info *fi_in,
off_t offset_in, const char *path_out,
struct fuse_file_info *fi_out,
off_t offset_out, size_t size, int flags);
都是在 fuse_operations 接口中的方法,我想如果让我波兰的同事来提 cr 肯定是一万个 commons
手动狗头保命。纯吐槽
1
BingoXuan 2020-08-04 10:09:16 +08:00
可能作者不是一个人
|
2
cjw1115 2020-08-04 15:29:46 +08:00
哈哈 波兰人 code review 可是很严谨的
|