parent
1f2fc42fa2
commit
b6cfa71e8f
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* lcnalloc.h - Exports for cluster (de)allocation. Part of the Linux-NTFS
|
||||
* project.
|
||||
* project.
|
||||
*
|
||||
* Copyright (c) 2002 Anton Altaparmakov
|
||||
*
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
#define test_and_clear_bit(bit, var) \
|
||||
({ \
|
||||
const BOOL old_state = test_bit(bit, var); \
|
||||
const BOOL old_state = test_bit(bit, var); \
|
||||
clear_bit(bit, var); \
|
||||
old_state; \
|
||||
})
|
||||
|
|
|
@ -2283,8 +2283,8 @@ static int ntfs_non_resident_attr_shrink(ntfs_attr *na, const s64 newsize)
|
|||
// TODO: update the attribute list attribute in ni->attr_list, removing
|
||||
// all entries corresponding to deleted attributes
|
||||
// TODO: if the attribute list attribute is resident:
|
||||
// TODO: update the actual attribute in the base mft
|
||||
// record from ni->attr_list
|
||||
// TODO: update the actual attribute in the base mft
|
||||
// record from ni->attr_list
|
||||
// if the attribute list attribute is not resident:
|
||||
// TODO: update the attribute list attribute run list in
|
||||
// ni->attr_list_rl, freeing any no longer used
|
||||
|
|
Loading…
Reference in New Issue