Problem with inserting nfs module in kernel

2014-05-12 Thread Sivakumar V
Hi All, I am tried to compile and install (network file system)nfs module to kernel i.e. modified nfs code(inserted printk's in kernel nfs code) without compiling entire kernel . It is inserted but when configuring nfs the mount command crashes. i.e. mount -t nfs 172.16.10.44:/tmp

Re: Problem with inserting nfs module in kernel

2014-05-12 Thread Rami Rosen
Hi, Sivakumar, This should work. Are you sure all your printk are proper ? Can you please pastebin the crash message and send us a link ? Regards, Rami Rosen http://ramirose.wix.com/ramirosen בתאריך 12 במאי 2014 23:09, Sivakumar V sivakumar...@gmail.com כתב: Hi All, I am tried to