Optimized f_name(), generating: (1) f_name_cmp(), which optimizes
authorWayne Davison <wayned@samba.org>
Fri, 2 Jan 2004 07:57:02 +0000 (07:57 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 2 Jan 2004 07:57:02 +0000 (07:57 +0000)
commit8018edd3aa197b843bbed6e285ad99a1777989b3
tree1dff78d530be140a23e6175e013186e1025a1e7c
parent64c3523a6f1f5d6c83571f5f7e921129af42d177
Optimized f_name(), generating: (1) f_name_cmp(), which optimizes
comparing two file_struct elements without copying them first, and
(2) f_name_to() which lets us supply the destination buffer for a
f_name() call (to allow it to persist without an extra copy).
flist.c