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, .bmap = fischl_bmap,
.ioctl = fischl_ioctl, .ioctl = fischl_ioctl,
.poll = fischl_poll, .poll = fischl_poll,
/*
#ifdef HAVE_SETXATTR #ifdef HAVE_SETXATTR
.setxattr = fischl_setxattr, .setxattr = fischl_setxattr,
.getxattr = fischl_getxattr, .getxattr = fischl_getxattr,
.listxattr = fischl_listxattr, .listxattr = fischl_listxattr,
.removexattr = fischl_removexattr, .removexattr = fischl_removexattr,
#endif #endif
*/
.flag_nullpath_ok = 0, .flag_nullpath_ok = 0,
}; };