요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/fs/o2cb/
2
Date: Dec 2005
3
KernelVersion: 2.6.16
4
Contact: [email protected]
5
Description: Ocfs2-tools looks at 'interface-revision' for versioning
6
information. Each logmask/ file controls a set of debug prints
7
and can be written into with the strings "allow", "deny", or
8
"off". Reading the file returns the current state.
9
Users: ocfs2-tools. It's sufficient to mail proposed changes to
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
O2CB sysfs interface
1-10| 항목 | 값 |
|---|---|
| What | /sys/fs/o2cb/ |
| Date | 2005년 12월 |
| KernelVersion | 2.6.16 |
| Contact | [email protected] |
| Users | ocfs2-tools |
ocfs2-tools는 version 정보를 얻기 위해 interface-revision을 확인한다. 각 logmask/ file은 debug print 집합 하나를 제어하며 allow, deny 또는 off 문자열을 쓸 수 있다. File을 읽으면 현재 상태를 반환한다.
변경을 제안할 때는 [email protected]로 알리면 충분하다.
O2CB interface와 logmask
o2cb:1-10logmask file은 allow, deny, off 문자열을 받아 debug print 집합을 제어합니다.