summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_node.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2002-09-18 09:27:04 +0000
committerbp <bp@FreeBSD.org>2002-09-18 09:27:04 +0000
commit196b315ed80d68650ae09897e65629420c5018a2 (patch)
tree2deb86a7b8564d0b34311eba3e3eee4ab4e29f25 /sys/fs/smbfs/smbfs_node.h
parent3b0f5df300aab6670942c0704c2106ff3c4224a2 (diff)
downloadFreeBSD-src-196b315ed80d68650ae09897e65629420c5018a2.zip
FreeBSD-src-196b315ed80d68650ae09897e65629420c5018a2.tar.gz
Implement additional SMB calls to allow proper update of file size as some
file servers fail to do it in the right way. New NFLUSHWIRE flag marks pending flush request(s). NB: not all cases covered by this commit. Obtained from: Darwin
Diffstat (limited to 'sys/fs/smbfs/smbfs_node.h')
-rw-r--r--sys/fs/smbfs/smbfs_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/smbfs/smbfs_node.h b/sys/fs/smbfs/smbfs_node.h
index 1a5a643..e65337a 100644
--- a/sys/fs/smbfs/smbfs_node.h
+++ b/sys/fs/smbfs/smbfs_node.h
@@ -42,6 +42,7 @@
#define NMODIFIED 0x0004 /* bogus, until async IO implemented */
/*efine NNEW 0x0008*//* smb/vnode has been allocated */
#define NREFPARENT 0x0010 /* node holds parent from recycling */
+#define NFLUSHWIRE 0x1000 /* pending flush request */
struct smbfs_fctx;
OpenPOWER on IntegriCloud