Re: [PATCH v3 0/2] quota: Add mountpath based quota support

2021-03-24 Thread Sascha Hauer
On Tue, Mar 16, 2021 at 12:29:16PM +0100, Jan Kara wrote: > On Thu 04-03-21 13:35:38, Sascha Hauer wrote: > > Current quotactl syscall uses a path to a block device to specify the > > filesystem to work on which makes it unsuitable for filesystems that > > do not have a block device. This series

Re: [PATCH v3 0/2] quota: Add mountpath based quota support

2021-03-16 Thread Jan Kara
On Thu 04-03-21 13:35:38, Sascha Hauer wrote: > Current quotactl syscall uses a path to a block device to specify the > filesystem to work on which makes it unsuitable for filesystems that > do not have a block device. This series adds a new syscall quotactl_path() > which replaces the path to the

[PATCH v3 0/2] quota: Add mountpath based quota support

2021-03-04 Thread Sascha Hauer
Current quotactl syscall uses a path to a block device to specify the filesystem to work on which makes it unsuitable for filesystems that do not have a block device. This series adds a new syscall quotactl_path() which replaces the path to the block device with a mountpath, but otherwise behaves