made some minor modification
This commit is contained in:
parent
810854bcdd
commit
269245f751
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user