Subversion Repositories HelenOS

Rev

Rev 3574 | Rev 3595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3574 Rev 3575
Line 242... Line 242...
242
        futex_up(&ffn_futex);
242
        futex_up(&ffn_futex);
243
    }
243
    }
244
    futex_up(&nodep->lock);
244
    futex_up(&nodep->lock);
245
}
245
}
246
 
246
 
247
static void *fat_create(int flags)
247
static void *fat_create(dev_handle_t dev_handle, int flags)
248
{
248
{
249
    return NULL;    /* not supported at the moment */
249
    return NULL;    /* not supported at the moment */
250
}
250
}
251
 
251
 
252
static int fat_destroy(void *node)
252
static int fat_destroy(void *node)