]> git.sur5r.net Git - bacula/bacula/commitdiff
Small change to comments
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 27 Jul 2009 19:46:49 +0000 (21:46 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Sun, 9 Aug 2009 11:26:11 +0000 (13:26 +0200)
bacula/src/filed/xattr.c

index dfd94ccbad754847381ca79b299b30868cd558b3..2c8dba75d23403a77e26377d02d4bfddc0f639c7 100644 (file)
@@ -127,7 +127,7 @@ static bsub_exit_code send_xattr_stream(JCR *jcr, int stream)
 #endif
 
 /*
- * All these os-es have 1 xattr stream.
+ * Define the supported XATTR streams for this OS
  */
 #if defined(HAVE_DARWIN_OS)
 static int os_default_xattr_streams[1] = { STREAM_XATTR_DARWIN };
@@ -639,7 +639,7 @@ static bsub_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = generic_
 #endif
 
 /*
- * Number of xattr streams this OS supports and an array with integers with the actual stream numbers.
+ * Define the supported XATTR streams for this OS
  */
 #if defined(HAVE_SYS_NVPAIR_H) && defined(_PC_SATTR_ENABLED)
 static int os_default_xattr_streams[2] = { STREAM_XATTR_SOLARIS, STREAM_XATTR_SOLARIS_SYS};