aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2016-02-04 13:29:27 -0500
committerMike Marshall <hubcap@omnibond.com>2016-02-04 13:29:27 -0500
commit5090c9670de03511834bc894cfc9737e3d61a414 (patch)
treedb20b2a6cdc5ad23ad1f1ce612560fe27762350d /fs/orangefs
parent99109822f5cbe6d530eb55193b25aa5348f6134d (diff)
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>
Diffstat (limited to 'fs/orangefs')
-rw-r--r--fs/orangefs/devorangefs-req.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/fs/orangefs/devorangefs-req.c b/fs/orangefs/devorangefs-req.c
index 812844faa7f5..37278f5878b3 100644
--- a/fs/orangefs/devorangefs-req.c
+++ b/fs/orangefs/devorangefs-req.c
@@ -145,8 +145,11 @@ restart:
145 ret = fs_mount_pending(fsid); 145 ret = fs_mount_pending(fsid);
146 if (ret == 1) { 146 if (ret == 1) {
147 gossip_debug(GOSSIP_DEV_DEBUG, 147 gossip_debug(GOSSIP_DEV_DEBUG,
148 "orangefs: skipping op tag %llu %s\n", 148 "%s: mount pending, skipping op tag "
149 llu(op->tag), get_opname_string(op)); 149 "%llu %s\n",
150 __func__,
151 llu(op->tag),
152 get_opname_string(op));
150 spin_unlock(&op->lock); 153 spin_unlock(&op->lock);
151 continue; 154 continue;
152 /* 155 /*