s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment
authorMichael Adam <obnox@samba.org>
Wed, 21 Mar 2012 22:40:44 +0000 (23:40 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 21 Mar 2012 23:21:56 +0000 (00:21 +0100)
The module uses "tsmsm:dmapi attribute" instead of "tsmsm:attribute name".

source3/modules/vfs_tsmsm.c

index 468fe679fc4dff2e73e591e6af2dd868edaab638..d7cc050024bf05a95fcadbd309b4d4d6f1b26a26 100644 (file)
@@ -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