]> git.ipfire.org Git - people/ms/linux.git/blame - fs/ntfs/quota.h
Merge branch 'polarfire/fixes' into arm/fixes
[people/ms/linux.git] / fs / ntfs / quota.h
CommitLineData
a1d312de 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4
LT
2/*
3 * quota.h - Defines for NTFS kernel quota ($Quota) handling. Part of the
4 * Linux-NTFS project.
5 *
6 * Copyright (c) 2004 Anton Altaparmakov
1da177e4
LT
7 */
8
9#ifndef _LINUX_NTFS_QUOTA_H
10#define _LINUX_NTFS_QUOTA_H
11
12#ifdef NTFS_RW
13
14#include "types.h"
15#include "volume.h"
16
c49c3111 17extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
1da177e4
LT
18
19#endif /* NTFS_RW */
20
21#endif /* _LINUX_NTFS_QUOTA_H */