diff options
Diffstat (limited to 'fatfs')
-rw-r--r-- | fatfs/fatfs.h | 1 | ||||
-rw-r--r-- | fatfs/virt-inode.c | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/fatfs/fatfs.h b/fatfs/fatfs.h index 06955a4a..9d385463 100644 --- a/fatfs/fatfs.h +++ b/fatfs/fatfs.h @@ -125,4 +125,3 @@ void fat_to_unix_filename (const char *, char *); error_t diskfs_cached_lookup_in_dirbuf (int cache_id, struct node **npp, vm_address_t buf); void refresh_node_stats (void); - diff --git a/fatfs/virt-inode.c b/fatfs/virt-inode.c index 5d134b00..71381699 100644 --- a/fatfs/virt-inode.c +++ b/fatfs/virt-inode.c @@ -227,9 +227,3 @@ vi_key_t vi_free(inode_t v_inode) pthread_spin_unlock (&inode_table_lock); return key; } - - - - - - |