OSDN Git Service

Wrote as much data as possible in compressed attribute pwrite
authorJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 9 Nov 2015 15:00:31 +0000 (16:00 +0100)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 9 Nov 2015 15:00:31 +0000 (16:00 +0100)
commit1aaaa8fac109ecfbaf329d770c833d4416cc00c8
tree92aae3e7a97325df90665796e22974253dce0e98
parentcba621e82261a64bf39406ffc2da8e9334369dbe
Wrote as much data as possible in compressed attribute pwrite

When writing to compressed data, the function ntfs_attr_pwrite()
cannot cross a compression block border. This is a problem for archivers
which rely on libntfs-3g, so the function is now wrapped in another one
which restarts the writing as needed.
libntfs-3g/attrib.c