[BTRFS][UBTRFS][SHELLBTRFS] Upgrade to 1.7.8 (#4417)
[reactos.git] / drivers / filesystems / btrfs / balance.c
index 6f2b5e5..143151d 100644 (file)
@@ -68,10 +68,6 @@ typedef struct {
     LIST_ENTRY list_entry;
 } data_reloc_ref;
 
-#ifndef _MSC_VER // not in mingw yet
-#define DEVICE_DSM_FLAG_TRIM_NOT_FS_ALLOCATED 0x80000000
-#endif
-
 #define BALANCE_UNIT 0x100000 // only read 1 MB at a time
 
 static NTSTATUS add_metadata_reloc(_Requires_exclusive_lock_held_(_Curr_->tree_lock) device_extension* Vcb, LIST_ENTRY* items, traverse_ptr* tp,