diff options
author | Michael Adam <obnox@samba.org> | 2014-07-17 17:27:17 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-07-24 14:23:11 +0200 |
commit | cd95937369b1729e2417d78f3c903bce5d32da93 (patch) | |
tree | f8f93e792314512d2b1236312619f660e6ecee60 /source3/include/includes.h | |
parent | eb0577dca04a2fde4691094a006954d417d1cf22 (diff) | |
download | samba-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.h | 8 |
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; |