Renamed global_vfs_ops to default_vfs_ops and made static.
authorTim Potter <tpot@samba.org>
Wed, 24 Oct 2001 00:45:41 +0000 (00:45 +0000)
committerTim Potter <tpot@samba.org>
Wed, 24 Oct 2001 00:45:41 +0000 (00:45 +0000)
commitf80a526546c68468b3c24b84a7a62088d2e86260
treeb964eb3c1620e351688235ad2fec63612f4848a4
parent0c8ef484792b568dbec79fbf45cbf42534114ce5
Renamed global_vfs_ops to default_vfs_ops and made static.

Make a copy of the default ops structure rather than following a pointer.

This fixes the audit VFS example module!
(This used to be commit 91ab6f75d9e6820a13fe3034a5f100ae170ad164)
examples/VFS/audit.c