summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/vfs_posix.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-05-07 15:46:22 +0200
committerStefan Metzmacher <metze@samba.org>2008-05-07 15:46:22 +0200
commit3e80085fb09a89957991780f79f5726029b8a26f (patch)
tree3250aa79828715868948e4ccad13a0118ecc4a2e /source4/ntvfs/posix/vfs_posix.h
parentbbf4ce91462598cee1eebfb94a773194e56a7ff8 (diff)
downloadsamba-3e80085fb09a89957991780f79f5726029b8a26f.tar.gz
samba-3e80085fb09a89957991780f79f5726029b8a26f.tar.bz2
samba-3e80085fb09a89957991780f79f5726029b8a26f.zip
pvfs: remove XATTR_ATTRIB_FLAG_STICKY_WRITE_TIME code
I'll fix this more correctly very soon, so that we'll pass the BASE-DELAYWRITE test. metze (This used to be commit b09dd6b65d533832a025a51509dcc84f84b048aa)
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r--source4/ntvfs/posix/vfs_posix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h
index 441424142f..c194698b64 100644
--- a/source4/ntvfs/posix/vfs_posix.h
+++ b/source4/ntvfs/posix/vfs_posix.h
@@ -169,9 +169,6 @@ struct pvfs_file_handle {
/* we need this hook back to our parent for lock destruction */
struct pvfs_state *pvfs;
- /* have we set a sticky write time that we should remove on close */
- bool sticky_write_time;
-
/* the open went through to completion */
bool open_completed;
};