diff options
| author | Carlos Maiolino <cem@kernel.org> | 2023-07-25 16:45:07 +0200 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2023-08-09 09:15:39 +0200 |
| commit | eafc474e202978ac735c551d5ee1eb8c02e2be54 (patch) | |
| tree | 567514c47c5b202dcf8ff9735015ac31e730a98e /include/uapi/linux/quota.h | |
| parent | 86be6b8bd834bece87e6adc5313cb41e1ba7fe81 (diff) | |
shmem: prepare shmem quota infrastructure
Add new shmem quota format, its quota_format_ops together with
dquot_operations
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Message-Id: <20230725144510.253763-5-cem@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/uapi/linux/quota.h')
| -rw-r--r-- | include/uapi/linux/quota.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/quota.h b/include/uapi/linux/quota.h index f17c9636a859..52090105b828 100644 --- a/include/uapi/linux/quota.h +++ b/include/uapi/linux/quota.h @@ -77,6 +77,7 @@ #define QFMT_VFS_V0 2 #define QFMT_OCFS2 3 #define QFMT_VFS_V1 4 +#define QFMT_SHMEM 5 /* Size of block in which space limits are passed through the quota * interface */ |
