* [PATCH] quotactl.2: Use correct limits for vfsv1 format
@ 2021-10-20 8:33 Yang Xu
2021-11-01 3:36 ` xuyang2018.jy
0 siblings, 1 reply; 3+ messages in thread
From: Yang Xu @ 2021-10-20 8:33 UTC (permalink / raw)
To: linux-man; +Cc: Yang Xu
According to kernel code and the following patch, the maximum quota limit setting
should be 2^63 -1 instead of 2^64.
[1]https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=7e08da5
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
---
man2/quotactl.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/quotactl.2 b/man2/quotactl.2
index 46f77a8b1..5d2a673bd 100644
--- a/man2/quotactl.2
+++ b/man2/quotactl.2
@@ -109,7 +109,7 @@ and quota limits up to 2^42 bytes and 2^32 inodes.
.TP
.BR QFMT_VFS_V1
A quota format that can handle 32-bit UIDs and GIDs
-and quota limits of 2^64 bytes and 2^64 inodes.
+and quota limits of 2^63 - 1 bytes and 2^63 - 1 inodes.
.RE
.IP
The
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] quotactl.2: Use correct limits for vfsv1 format
2021-10-20 8:33 [PATCH] quotactl.2: Use correct limits for vfsv1 format Yang Xu
@ 2021-11-01 3:36 ` xuyang2018.jy
2021-11-02 9:48 ` Alejandro Colomar (man-pages)
0 siblings, 1 reply; 3+ messages in thread
From: xuyang2018.jy @ 2021-11-01 3:36 UTC (permalink / raw)
To: alx.manpages@gmail.com, Michael Kerrisk (man-pages)
Cc: linux-man@vger.kernel.org
Hi Michael, Alejandro
Ping!
Best Regards
Yang Xu
> According to kernel code and the following patch, the maximum quota limit setting
> should be 2^63 -1 instead of 2^64.
>
> [1]https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=7e08da5
>
> Signed-off-by: Yang Xu<xuyang2018.jy@fujitsu.com>
> ---
> man2/quotactl.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/quotactl.2 b/man2/quotactl.2
> index 46f77a8b1..5d2a673bd 100644
> --- a/man2/quotactl.2
> +++ b/man2/quotactl.2
> @@ -109,7 +109,7 @@ and quota limits up to 2^42 bytes and 2^32 inodes.
> .TP
> .BR QFMT_VFS_V1
> A quota format that can handle 32-bit UIDs and GIDs
> -and quota limits of 2^64 bytes and 2^64 inodes.
> +and quota limits of 2^63 - 1 bytes and 2^63 - 1 inodes.
> .RE
> .IP
> The
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] quotactl.2: Use correct limits for vfsv1 format
2021-11-01 3:36 ` xuyang2018.jy
@ 2021-11-02 9:48 ` Alejandro Colomar (man-pages)
0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-11-02 9:48 UTC (permalink / raw)
To: xuyang2018.jy@fujitsu.com
Cc: linux-man@vger.kernel.org, Michael Kerrisk (man-pages)
Hi Yang,
On 11/1/21 04:36, xuyang2018.jy@fujitsu.com wrote:
> Hi Michael, Alejandro
>
> Ping!
>
> Best Regards
> Yang Xu
>> According to kernel code and the following patch, the maximum quota limit setting
>> should be 2^63 -1 instead of 2^64.
>>
>> [1]https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=7e08da5
>>
>> Signed-off-by: Yang Xu<xuyang2018.jy@fujitsu.com>
Patch applied.
Thanks,
Alex
>> ---
>> man2/quotactl.2 | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/man2/quotactl.2 b/man2/quotactl.2
>> index 46f77a8b1..5d2a673bd 100644
>> --- a/man2/quotactl.2
>> +++ b/man2/quotactl.2
>> @@ -109,7 +109,7 @@ and quota limits up to 2^42 bytes and 2^32 inodes.
>> .TP
>> .BR QFMT_VFS_V1
>> A quota format that can handle 32-bit UIDs and GIDs
>> -and quota limits of 2^64 bytes and 2^64 inodes.
>> +and quota limits of 2^63 - 1 bytes and 2^63 - 1 inodes.
>> .RE
>> .IP
>> The
--
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-11-02 9:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-20 8:33 [PATCH] quotactl.2: Use correct limits for vfsv1 format Yang Xu
2021-11-01 3:36 ` xuyang2018.jy
2021-11-02 9:48 ` Alejandro Colomar (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox