This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/18856] nfsd.close probe alias fails on rawhide


https://sourceware.org/bugzilla/show_bug.cgi?id=18856

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Note that I've looked through fput()'s source, but couldn't find a suitable
callback to probe instead of nfsd_close(). fsnotify_close() might be a
candidate, but it is an inline and its arg isn't available on some kernels. The
other candidate would be file->f_op->release(), but the nfsd subsystem seems to
use generic callbacks there.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]