changeset 41:f91daa5cc651

...
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Sat, 20 Jan 2024 16:25:36 +0900
parents c8841c38db5f
children a6031e4cd85a
files Paper/master_paper.pdf Paper/master_paper.tex TODO.md
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
Binary file Paper/master_paper.pdf has changed
--- a/Paper/master_paper.tex	Sat Jan 20 16:07:32 2024 +0900
+++ b/Paper/master_paper.tex	Sat Jan 20 16:25:36 2024 +0900
@@ -472,7 +472,6 @@
 次に,\textcircled{\scriptsize 2}i-node treeを参照し,
 i-node numberを元にファイルの属性を取得し,lsコマンドの場合はそれを出力する.
 
-\section{DataGearManagerによる分散ファイルシステム}
 \section{非破壊RedBlackTreeによる構成}
 
 ディスク上とメモリ上でデータの構造は,RedBlackTreeに統一する.
@@ -574,6 +573,7 @@
   \label{fig:TreeEdit}
 \end{figure}
 
+\section{DataGearManagerによる分散ファイルシステム}
 
 \chapter{GearsFileSystemにおけるGCとレプリケーション}
 
--- a/TODO.md	Sat Jan 20 16:07:32 2024 +0900
+++ b/TODO.md	Sat Jan 20 16:25:36 2024 +0900
@@ -3,7 +3,7 @@
 - [x] implementの型定義の説明
 - [x] 謝辞
 
-- [ ] GearsOSのRedBlackTreeの説明
+- [x] GearsOSのRedBlackTreeの説明
 - [ ] DGMによる分散ファイルシステム
 - [ ] レプリケーションの説明
 - [ ] 実装の説明