aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/fs/s5fs
diff options
context:
space:
mode:
authorsotech117 <26747948+sotech117@users.noreply.github.com>2024-04-25 03:45:32 -0400
committerGitHub <noreply@github.com>2024-04-25 03:45:32 -0400
commitc9f4da6024393310e254a2cba679b1f1cc67607a (patch)
tree6f7a61225676b9578c0e0c46cdd54a10bad9c9e3 /kernel/include/fs/s5fs
parenta17999858ddaada83071d953d920e3c2a2b390c8 (diff)
parentfb4b8fbec69f50c7386017896f0add4d46314a1d (diff)
Merge branch 'brown-cs1690:master' into master
Diffstat (limited to 'kernel/include/fs/s5fs')
-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);