mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Made default vfs ops static so we can use this symbol in actual modules.
(This used to be commit 398ced6eef7e52441ddc59fef70e4a50a96a73b7)
This commit is contained in:
parent
65f591895c
commit
fb328c9cc4
@ -32,7 +32,7 @@ struct vfs_syminfo {
|
||||
very important. They must be in the same order as defined in
|
||||
vfs.h. Change at your own peril. */
|
||||
|
||||
struct vfs_ops default_vfs_ops = {
|
||||
static struct vfs_ops default_vfs_ops = {
|
||||
|
||||
/* Disk operations */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user