Creating Linux virtual filesystems
Posted Oct 23, 2002 14:59 UTC (Wed) by
nick.leroy (guest, #109)
Parent article:
Creating Linux virtual filesystems
Nice, informative article. Great!
However, if I'm not mistaken, isn't the following line incorrect, or did I miss something?
inode->u.generic_ip = counter;
Shouldn't it be (note the pointer to counter):
inode->u.generic_ip = &counter;
Once again, great article.
-Nick
(
Log in to post comments)