]> git.neil.brown.name Git - history.git/commit
NTFS: 2.0.24 - Cleanups.
authorAnton Altaparmakov <aia21@cantab.net>
Wed, 7 Aug 2002 02:46:41 +0000 (03:46 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Wed, 7 Aug 2002 02:46:41 +0000 (03:46 +0100)
commit16b39f5f8e8c5ddafb23b23ef37ce39c12a4c588
treeb8ffe97b0d4f1375f7f8705e46317263e1f2e147
parentab50636c781cf0cf1865e5ea8fee65bef4edfd94
NTFS: 2.0.24 - Cleanups.
- Treat BUG_ON() as ASSERT() not VERIFY(), i.e. do not use side effects
  inside BUG_ON(). (Adam J. Richter)
- Split logical OR expressions inside BUG_ON() into individual BUG_ON()
  calls for improved debugging. (Adam J. Richter)
- Add errors flag to the ntfs volume state, accessed via
  NVol{,Set,Clear}Errors(vol).
- Do not allow read-write remounts of read-only volumes with errors.
- Clarify comment for ntfs file operation sendfile which was added by
  Christoph Hellwig a while ago (just using generic_file_sendfile())
  to say that ntfs ->sendfile is only used for the case where the
  source data is on the ntfs partition and the destination is
  somewhere else, i.e. nothing we need to concern ourselves with.
Documentation/filesystems/ntfs.txt
fs/ntfs/ChangeLog
fs/ntfs/Makefile
fs/ntfs/attrib.c
fs/ntfs/compress.c
fs/ntfs/file.c
fs/ntfs/inode.c
fs/ntfs/super.c
fs/ntfs/volume.h