diff options
author | Mike Marshall <hubcap@omnibond.com> | 2016-02-04 13:29:27 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-04 13:29:27 -0500 |
commit | 5090c9670de03511834bc894cfc9737e3d61a414 (patch) | |
tree | db20b2a6cdc5ad23ad1f1ce612560fe27762350d /fs/orangefs/devorangefs-req.c | |
parent | 99109822f5cbe6d530eb55193b25aa5348f6134d (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/devorangefs-req.c')
-rw-r--r-- | fs/orangefs/devorangefs-req.c | 7 |
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: 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; /* |