diff options
author | Michael Adam <obnox@samba.org> | 2012-03-21 23:40:44 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-03-22 00:21:56 +0100 |
commit | 2619eae6260c9af9a43337c7ca8fb8ababf3e11a (patch) | |
tree | b682300382bc20daec5264e6051f79875307725f /source3 | |
parent | 0e3be00af10f12a9664a955279ee5565e58f521c (diff) | |
download | samba-2619eae6260c9af9a43337c7ca8fb8ababf3e11a.tar.gz samba-2619eae6260c9af9a43337c7ca8fb8ababf3e11a.tar.bz2 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')
-rw-r--r-- | source3/modules/vfs_tsmsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_tsmsm.c b/source3/modules/vfs_tsmsm.c index 468fe679fc..d7cc050024 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 |