summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.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.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.h')
-rw-r--r--sys/fs/smbfs/smbfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h
index 90dc8f0..b6f97be 100644
--- a/sys/fs/smbfs/smbfs.h
+++ b/sys/fs/smbfs/smbfs.h
@@ -49,7 +49,7 @@
#define SMBFS_MAXPATHCOMP 256 /* maximum number of path components */
-/* Layout of the mount control block for a netware filesystem. */
+/* Layout of the mount control block for an smb file system. */
struct smbfs_args {
int version;
int dev;
OpenPOWER on IntegriCloud