<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">I&#39;ve been trying to implement a file system using vfs and I&#39;ve got mkdir and touch working but I can&#39;t seem to get echo blah &gt; new file to create a new file with content blah. I tried to use printk to see what gets called during the creation process but it doesn&#39;t seem that write is getting called for my file, just open. When I ran strace I see a write call but it is to stdout and not to my file. Any tips on how to go about implementing the behavior I&#39;m after?  I&#39;ve been following the following tutorial with the changes necessary to work on kernel 3.10.34 </span><a href="http://lwn.net/Articles/57369/" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://lwn.net/Articles/57369/</a><span style="font-family:arial,sans-serif;font-size:13px"> . Any help is appreciated, thanks!</span><br clear="all">

<div><br></div>-- <br><div><br></div><font face="georgia, serif">Adam Fowler&lt;<a href="mailto:ajf2177@columbia.edu" target="_blank">ajf2177@columbia.edu</a>&gt;</font><div><font face="georgia, serif"><br></font></div>
</div>