diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-19 07:08:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:01:54 -0500 |
commit | b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2 (patch) | |
tree | 3cb1f5babb9b0f16c9294b80aa939df6539e5deb /source4/ntvfs/posix | |
parent | cf1b85348a0fc5bf4788291109c9dca9e95eb9c2 (diff) | |
download | samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.gz samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.tar.bz2 samba-b2b8282b8cc1774ac9cbef9a31ac23705ca45ac2.zip |
r3057: - moved the idtree.c code into lib/
- converted the tid handling to use a idtree instead of bitmaps
(This used to be commit 4220914179d10132057216650b65ed7f7679717e)
Diffstat (limited to 'source4/ntvfs/posix')
-rw-r--r-- | source4/ntvfs/posix/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index 732e896d2b..b6ba073a99 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -22,7 +22,6 @@ ADD_OBJ_FILES = \ ntvfs/posix/pvfs_shortname.o \ ntvfs/posix/pvfs_lock.o \ ntvfs/posix/pvfs_wait.o \ - ntvfs/common/idtree.o \ ntvfs/common/brlock.o # End MODULE ntvfs_posix ################################################ |