aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/fs/s5fs/s5fs_subr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/fs/s5fs/s5fs_subr.h')
-rw-r--r--kernel/include/fs/s5fs/s5fs_subr.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/include/fs/s5fs/s5fs_subr.h b/kernel/include/fs/s5fs/s5fs_subr.h
index ff4c570..df2c835 100644
--- a/kernel/include/fs/s5fs/s5fs_subr.h
+++ b/kernel/include/fs/s5fs/s5fs_subr.h
@@ -44,10 +44,4 @@ void s5_remove_blocks(struct s5_node *vnode);
/* Converts a vnode_t* to the s5fs_t* (s5fs file system) struct */
#define VNODE_TO_S5FS(vn) ((s5fs_t *)((vn)->vn_fs->fs_i))
-#ifdef OLD
-/* Converts an s5fs_t* to its memory object (the memory object of the block device) */
-#define S5FS_TO_VMOBJ(s5fs) (&(s5fs)->s5f_bdev->bd_mobj)
-#endif
-
-
pframe_t *s5_cache_and_clear_block(mobj_t *mo, long block, long loc);