Pete's Log: Log Entry 230

Entry #230, (Coding, Hacking, & CS stuff)
(posted when I was 21 years old.)

i figured out why whenever a program tried to open(2) a file on an ltfs file system it would get an EBUSY error, without my open fs function ever being called. It turned out that the function ltfs_open that I was registering with the VFS was actually the open function for the ltfs device driver, which returns EBUSY on any attempt after the first to open it. That was kinda stupid. The function I wrote for ltfs open was actually called ltfs_file_open ... but now life is better.

my leg really freaking hurts, running didn't go so well tonite...