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:   hannken
Date:           Thu Nov 13 16:51:53 UTC 2014

Modified Files:
        src/sys/fs/ntfs: ntfs.h ntfs_inode.h ntfs_subr.c ntfs_subr.h
            ntfs_vfsops.c ntfs_vnops.c

Log Message:
Change ntfs to vcache.
- Use (inumber, attrtype, attrname) as key.
- Inline ntfs_fget() and ntfs_frele() as they only get called once.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/fs/ntfs/ntfs.h
cvs rdiff -u -r1.8 -r1.9 src/sys/fs/ntfs/ntfs_inode.h \
    src/sys/fs/ntfs/ntfs_subr.h
cvs rdiff -u -r1.53 -r1.54 src/sys/fs/ntfs/ntfs_subr.c
cvs rdiff -u -r1.96 -r1.97 src/sys/fs/ntfs/ntfs_vfsops.c
cvs rdiff -u -r1.58 -r1.59 src/sys/fs/ntfs/ntfs_vnops.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