mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZE
MAXIMUM_REPARSE_DATA_BUFFER_SIZE is not used in the code. Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
This commit is contained in:
parent
2c2814d0da
commit
3cdad499ac
|
|
@ -999,9 +999,6 @@ struct REPARSE_POINT {
|
|||
|
||||
static_assert(sizeof(struct REPARSE_POINT) == 0x18);
|
||||
|
||||
/* Maximum allowed size of the reparse data. */
|
||||
#define MAXIMUM_REPARSE_DATA_BUFFER_SIZE (16 * 1024)
|
||||
|
||||
/*
|
||||
* The value of the following constant needs to satisfy the following
|
||||
* conditions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user