Skip to content

Commit

Permalink
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocation(), a funct…
Browse files Browse the repository at this point in the history
…ion to

      extend the allocation of an attributes.  Optionally, the data size,
      but not the initialized size can be extended, too.

Signed-off-by: Anton Altaparmakov <[email protected]>
  • Loading branch information
AntonAltaparmakov committed Oct 4, 2005
1 parent 2a6fc4e commit 2d86829
Show file tree
Hide file tree
Showing 3 changed files with 640 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fs/ntfs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ ToDo/Notes:
which is zero for a resident attribute but should no longer be zero
once the attribute is non-resident as it then has real clusters
allocated.
- Add fs/ntfs/attrib.[hc]::ntfs_attr_extend_allocation(), a function to
extend the allocation of an attributes. Optionally, the data size,
but not the initialized size can be extended, too.

2.1.24 - Lots of bug fixes and support more clean journal states.

Expand Down
Loading

0 comments on commit 2d86829

Please sign in to comment.