Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/ntfs



Module Name:    src
Committed By:   pooka
Date:           Thu Jul 26 18:43:14 UTC 2007

Modified Files:
        src/sys/fs/ntfs: ntfs_vfsops.c

Log Message:
ntfs_unmount:
* panic if flushing system nodes fails: we have released too many
  resources and would die anyway the next time unmount is attempted
* KASSERT that VOP_CLOSE succeeds, but always return 0.  once again
  we have released too many resources

XXX: maybe rewrite to be a bit more robust


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/fs/ntfs/ntfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index