Re: [PATCH v4 4/9] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields

2022-01-27 Thread Vivek Goyal
On Thu, Jan 27, 2022 at 05:53:20PM +, Dr. David Alan Gilbert wrote: > * Vivek Goyal (vgo...@redhat.com) wrote: > > ->capable keeps track of what capabilities kernel supports and ->wants keep > > track of what capabilities filesytem wants. > > > > Right now these fields are 32bit in size. But n

Re: [PATCH v4 4/9] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields

2022-01-27 Thread Dr. David Alan Gilbert
* Vivek Goyal (vgo...@redhat.com) wrote: > ->capable keeps track of what capabilities kernel supports and ->wants keep > track of what capabilities filesytem wants. > > Right now these fields are 32bit in size. But now fuse has run out of > bits and capabilities can now have bit number which are h

[PATCH v4 4/9] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields

2022-01-24 Thread Vivek Goyal
->capable keeps track of what capabilities kernel supports and ->wants keep track of what capabilities filesytem wants. Right now these fields are 32bit in size. But now fuse has run out of bits and capabilities can now have bit number which are higher than 31. That means 32 bit fields are not su