s3 vfs: Add a destructor to the fsp extension data API
authorTim Prouty <tprouty@samba.org>
Sun, 1 Feb 2009 04:51:04 +0000 (20:51 -0800)
committerTim Prouty <tprouty@samba.org>
Tue, 10 Feb 2009 07:46:12 +0000 (23:46 -0800)
commit122dbbf00acc1768f98e5b57e94aab2b61671f40
tree97dd65074e1d07f582ba945f50a9fb90d078cd05
parentfe5b0b595c926aea0916541ceeaf610bc018cb63
s3 vfs: Add a destructor to the fsp extension data API

I'm not certain if the dummy pointer is needed in struct vfs_fsp_data,
but I added it to be consistent with the comment below.
source3/include/proto.h
source3/include/smb.h
source3/include/vfs.h
source3/modules/vfs_cacheprime.c
source3/modules/vfs_commit.c
source3/modules/vfs_prealloc.c
source3/modules/vfs_streams_xattr.c
source3/smbd/vfs.c