made some minor modification

This commit is contained in:
FactorialN 2023-11-28 22:26:09 -08:00
parent 810854bcdd
commit 269245f751

View File

@ -164,12 +164,14 @@ static const struct fuse_operations fischl_oper = {
.bmap = fischl_bmap,
.ioctl = fischl_ioctl,
.poll = fischl_poll,
/*
#ifdef HAVE_SETXATTR
.setxattr = fischl_setxattr,
.getxattr = fischl_getxattr,
.listxattr = fischl_listxattr,
.removexattr = fischl_removexattr,
#endif
*/
.flag_nullpath_ok = 0,
};