NetBSD/sys/fs/smbfs/files.smbfs
jdolecek b7335072c2 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
2003-03-02 22:06:50 +00:00

12 lines
314 B
Plaintext

# $NetBSD: files.smbfs,v 1.2 2003/03/02 22:06:50 jdolecek Exp $
deffs SMBFS
file fs/smbfs/smbfs_io.c smbfs
file fs/smbfs/smbfs_kq.c smbfs
file fs/smbfs/smbfs_node.c smbfs
file fs/smbfs/smbfs_smb.c smbfs
file fs/smbfs/smbfs_subr.c smbfs
file fs/smbfs/smbfs_vfsops.c smbfs
file fs/smbfs/smbfs_vnops.c smbfs