]> git.baikalelectronics.ru Git - kernel.git/commit
NFSD: restore trace event lost in mismerge
authorKinglong Mee <kinglongmee@gmail.com>
Fri, 20 Mar 2015 07:56:40 +0000 (15:56 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 20 Mar 2015 16:43:06 +0000 (12:43 -0400)
commit8fde9185459af19cfd2f86797429b362a239524b
tree35923d9cecb4d7c1334d7ae925764aa62fbe3991
parent6627e87ba707d86998f84e51d5227473d3ca3939
NFSD: restore trace event lost in mismerge

25b5d4df39 "nfsd: add trace events" had a typo that dropped a trace
event and replaced it by an incorrect recursive call to
nfsd4_cb_layout_fail.  6627e87ba707 "Subject: nfsd: don't recursively
call nfsd4_cb_layout_fail" fixed the crash, this restores the
tracepoint.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4layouts.c