浏览代码

Orangefs: improve gossip statement

There were two just alike, making it hard maybe to tell which one
you were looking at in syslog... so I changed it a little by adding
some extra interesting tidbits to it...

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Mike Marshall 9 年之前
父节点
当前提交
5090c9670d
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      fs/orangefs/devorangefs-req.c

+ 5 - 2
fs/orangefs/devorangefs-req.c

@@ -145,8 +145,11 @@ restart:
 			ret = fs_mount_pending(fsid);
 			if (ret == 1) {
 				gossip_debug(GOSSIP_DEV_DEBUG,
-				    "orangefs: skipping op tag %llu %s\n",
-				    llu(op->tag), get_opname_string(op));
+				    "%s: mount pending, skipping op tag "
+				    "%llu %s\n",
+				    __func__,
+				    llu(op->tag),
+				    get_opname_string(op));
 				spin_unlock(&op->lock);
 				continue;
 			/*