May 12, 2014
7:44 p.m.
On Mon, 28 Apr 2014 17:57:11 +0530, Sivakumar V said:
I want a requirement to intercept rpc call to nfs(network file system) or get hold of nfs buffer in kernel space and get data from the buffer to print it.
First thing to do is take a step back. What problem are you trying to solve by intercepting the RPC and printing the data? (Hint - print it to *where*? Is the destination a feasible target if you're doing NFS over a 10Gbit adapter? Etc etc..)