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:           Sun Mar  2 22:06:52 UTC 2003

Modified Files:
        src/sys/fs/smbfs: files.smbfs smbfs.h smbfs_vnops.c
Added Files:
        src/sys/fs/smbfs: smbfs_kq.c

Log Message:
add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) support
this is basically copy of what nfs_kq.c does - a thread periodically
polls server checking if any of the wateched files changed

eventually this should be changed to take advantage of SMB Directory
Change Notify


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/fs/smbfs/files.smbfs
cvs rdiff -r1.4 -r1.5 src/sys/fs/smbfs/smbfs.h
cvs rdiff -r0 -r1.1 src/sys/fs/smbfs/smbfs_kq.c
cvs rdiff -r1.15 -r1.16 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