diff options
| author | Carlos Maiolino <[email protected]> | 2023-07-25 16:45:07 +0200 |
|---|---|---|
| committer | Christian Brauner <[email protected]> | 2023-08-09 09:15:39 +0200 |
| commit | eafc474e202978ac735c551d5ee1eb8c02e2be54 (patch) | |
| tree | 567514c47c5b202dcf8ff9735015ac31e730a98e /include/uapi/linux | |
| 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 <[email protected]>
Signed-off-by: Carlos Maiolino <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'include/uapi/linux')
| -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 */ |