summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_tsmsm.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-03-21 23:40:44 +0100
committerMichael Adam <obnox@samba.org>2012-03-22 00:21:56 +0100
commit2619eae6260c9af9a43337c7ca8fb8ababf3e11a (patch)
treeb682300382bc20daec5264e6051f79875307725f /source3/modules/vfs_tsmsm.c
parent0e3be00af10f12a9664a955279ee5565e58f521c (diff)
downloadsamba-2619eae6260c9af9a43337c7ca8fb8ababf3e11a.tar.gz
samba-2619eae6260c9af9a43337c7ca8fb8ababf3e11a.tar.xz
samba-2619eae6260c9af9a43337c7ca8fb8ababf3e11a.zip
s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment
The module uses "tsmsm:dmapi attribute" instead of "tsmsm:attribute name".
Diffstat (limited to 'source3/modules/vfs_tsmsm.c')
-rw-r--r--source3/modules/vfs_tsmsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_tsmsm.c b/source3/modules/vfs_tsmsm.c
index 468fe679fc4..d7cc050024b 100644
--- a/source3/modules/vfs_tsmsm.c
+++ b/source3/modules/vfs_tsmsm.c
@@ -27,7 +27,7 @@
where <operation> is currently 'offline' to set offline status of the <filepath>
tsmsm: online ratio = ratio to check reported size against actual file size (0.5 by default)
- tsmsm: attribute name = name of DMAPI attribute that is present when a file is offline.
+ tsmsm: dmapi attribute = name of DMAPI attribute that is present when a file is offline.
Default is "IBMobj" (which is what GPFS uses)
The TSMSM VFS module tries to avoid calling expensive DMAPI calls with some heuristics