mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
NFS: start printks w/ NFS: even if __func__ shown
This patch addresses printks that have some context to show that they are from fs/nfs/, but for the sake of consistency now start with NFS: Signed-off-by: Weston Andros Adamson <dros@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
f9fd2d9c1f
commit
a030889a01
14 changed files with 48 additions and 43 deletions
|
@ -490,9 +490,9 @@ encode_accumulated_error(struct objlayout *objlay, __be32 *p)
|
|||
if (!ioerr->oer_errno)
|
||||
continue;
|
||||
|
||||
printk(KERN_ERR "%s: err[%d]: errno=%d is_write=%d "
|
||||
"dev(%llx:%llx) par=0x%llx obj=0x%llx "
|
||||
"offset=0x%llx length=0x%llx\n",
|
||||
printk(KERN_ERR "NFS: %s: err[%d]: errno=%d "
|
||||
"is_write=%d dev(%llx:%llx) par=0x%llx "
|
||||
"obj=0x%llx offset=0x%llx length=0x%llx\n",
|
||||
__func__, i, ioerr->oer_errno,
|
||||
ioerr->oer_iswrite,
|
||||
_DEVID_LO(&ioerr->oer_component.oid_device_id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue