]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Orangefs: improve gossip statement
authorMike Marshall <hubcap@omnibond.com>
Thu, 4 Feb 2016 18:29:27 +0000 (13:29 -0500)
committerMike Marshall <hubcap@omnibond.com>
Thu, 4 Feb 2016 18:29:27 +0000 (13:29 -0500)
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>
fs/orangefs/devorangefs-req.c

index 812844faa7f535a6b207a8b453db9b9540af7140..37278f5878b3b71142fccf439161aba846808a99 100644 (file)
@@ -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;
                        /*