hi mulyadi,<br><br>i used syscall number 264 . and for the coding standard  , can u tell me where am i  off the track ?<br><br><br><br><div class="gmail_quote">On Tue, Feb 22, 2011 at 11:20 PM, Mulyadi Santosa <span dir="ltr">&lt;<a href="mailto:mulyadi.santosa@gmail.com">mulyadi.santosa@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Tue, Feb 22, 2011 at 22:18, mohit verma &lt;<a href="mailto:mohit89mlnc@gmail.com">mohit89mlnc@gmail.com</a>&gt; wrote:<br>

&gt; hi all ,<br>
&gt;&gt;<br>
&gt;&gt; i followed the link and tried to add a system call in kernel-version<br>
&gt;&gt; 2.6.37<br>
&gt;&gt; here is the code :<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; #include&lt;linux/linkage.h&gt;<br>
&gt;&gt; #include&lt;linux/kernel.h&gt;<br>
&gt;&gt; #include&lt;linux/fs.h&gt;  //for getname<br>
&gt;&gt; #include&lt;linux/err.h&gt; //for PTR_ERR<br>
&gt;&gt; asmlinkage int sys_hariohm(const char __user *filename)<br>
&gt;&gt; {<br>
&gt;&gt;     char *tmp = getname(filename);<br>
&gt;&gt;      int fd=PTR_ERR(tmp);<br>
&gt;&gt;         if (!IS_ERR(tmp))<br>
&gt;&gt;         {<br>
&gt;&gt;         printk(&quot;filename %s \n&quot;,tmp);<br>
&gt;&gt;         putname(tmp);<br>
&gt;&gt;         return fd;<br>
&gt;&gt;         }<br>
&gt;&gt;         else<br>
&gt;&gt;         {<br>
&gt;&gt;         return 2;<br>
&gt;&gt;         }<br>
&gt;&gt; }<br>
<br>
</div>which syscall number did you assigned to this syscall? and exactly how<br>
do you assign it?<br>
<br>
NB: your code style doesn&#39;t follow the Linux kernel coding standart....<br>
<font color="#888888"><br>
--<br>
regards,<br>
<br>
Mulyadi Santosa<br>
Freelance Linux trainer and consultant<br>
<br>
blog: <a href="http://the-hydra.blogspot.com" target="_blank">the-hydra.blogspot.com</a><br>
training: <a href="http://mulyaditraining.blogspot.com" target="_blank">mulyaditraining.blogspot.com</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>........................<div><i>MOHIT VERMA</i></div><br>