]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Improve write error tracing
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 9 Aug 2022 16:50:28 +0000 (12:50 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 9 Aug 2022 18:11:34 +0000 (14:11 -0400)
commit4d7cb921b146803571d36c875a3b5a0131879e97
treedbc6cc335eaa8be7985469ff0208d3c8657068fb
parent267be60638200f21cd9673a2ec6f77a849533f67
NFS: Improve write error tracing

Don't leak request pointers, but use the "device:inode" labelling that
is used by all the other trace points. Furthermore, replace use of page
indexes with an offset, again in order to align behaviour with other
NFS trace points.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfstrace.h
fs/nfs/write.c
include/linux/nfs_page.h