Source-Changes archive

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

CVS commit: src/sys/fs/smbfs



Module Name:    src
Committed By:   jdolecek
Date:           Mon Apr  7 12:04:15 UTC 2003

Modified Files:
        src/sys/fs/smbfs: smbfs_kq.c smbfs_smb.c smbfs_subr.h smbfs_vnops.c

Log Message:
use NT DIRECTORY CHANGE NOTIFY to watch for directory kevents if the
server supports it
for this, need NT CREATE AND X a directory in smbfs_open(), so that
we get the FID handle used for DIRECTORY CHANGE NOTIFY SMB

this could eventually be used to 'watch' even regular files, by
watching its parent directory and lookup/VN_KNOTE() when we get
REMOVED/RENAMED/MODIFIED action

also reorganize the kqueue code somewhat to use simplify locking
and knote detach


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/smbfs/smbfs_kq.c
cvs rdiff -r1.14 -r1.15 src/sys/fs/smbfs/smbfs_smb.c
cvs rdiff -r1.8 -r1.9 src/sys/fs/smbfs/smbfs_subr.h
cvs rdiff -r1.18 -r1.19 src/sys/fs/smbfs/smbfs_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