summaryrefslogtreecommitdiffstats
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-07-17 17:27:17 +0200
committerMichael Adam <obnox@samba.org>2014-07-24 14:23:11 +0200
commitcd95937369b1729e2417d78f3c903bce5d32da93 (patch)
treef8f93e792314512d2b1236312619f660e6ecee60 /source3/include/includes.h
parenteb0577dca04a2fde4691094a006954d417d1cf22 (diff)
downloadsamba-cd95937369b1729e2417d78f3c903bce5d32da93.tar.gz
samba-cd95937369b1729e2417d78f3c903bce5d32da93.tar.xz
samba-cd95937369b1729e2417d78f3c903bce5d32da93.zip
s3: remove stat_ex.vfs_private completely
It is not used any more. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Christof Schmitt <cs@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Thu Jul 24 14:23:11 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index de44fd2d99..0715608c32 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -322,14 +322,6 @@ struct stat_ex {
uint32_t st_ex_flags;
uint32_t st_ex_mask;
-
- /*
- * Add space for VFS internal extensions. The initial user of this
- * would be the onefs modules, passing the snapid from the stat calls
- * to the file_id_create call. Maybe we'll have to expand this later,
- * but the core of Samba should never look at this field.
- */
- uint64_t vfs_private;
};
typedef struct stat_ex SMB_STRUCT_STAT;