diff options
author | sotech117 <26747948+sotech117@users.noreply.github.com> | 2024-04-25 03:45:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 03:45:32 -0400 |
commit | c9f4da6024393310e254a2cba679b1f1cc67607a (patch) | |
tree | 6f7a61225676b9578c0e0c46cdd54a10bad9c9e3 /kernel/include/fs/s5fs/s5fs_subr.h | |
parent | a17999858ddaada83071d953d920e3c2a2b390c8 (diff) | |
parent | fb4b8fbec69f50c7386017896f0add4d46314a1d (diff) |
Merge branch 'brown-cs1690:master' into master
Diffstat (limited to 'kernel/include/fs/s5fs/s5fs_subr.h')
-rw-r--r-- | kernel/include/fs/s5fs/s5fs_subr.h | 6 |
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); |