From: Michael Adam Date: Wed, 21 Mar 2012 22:40:44 +0000 (+0100) Subject: s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment X-Git-Tag: tdb-1.2.10~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2619eae6260c9af9a43337c7ca8fb8ababf3e11a;p=thirdparty%2Fsamba.git 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". --- 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 is currently 'offline' to set offline status of the 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