커널 패치 적용 방법 좀 알려주세요.

snowavalanch의 이미지

커널 문제점 분석과 관련해서 아래의 글을 찾았습니다.

http://linux.bihlman.com/2010/05/09/how-to-solve-zero-length-file-problem-in-linuxs-ext4-file-system/

해결책이 아래와 같이 기술되어 있습니다.

Resolution:

Using three patches designed for ext4 file system: The three patches (bf1b69c0, f32b730a, and 8411e347) enforce any file with delayed allocation will be allocated immediately when a file is created.

이 패치는 어디서 다운로드 받을 수 있는지를 알려주셨으면 합니다.
나름 구글링을 했음에도 알 수 없어 질문 드려 봅니다.

익명 사용자의 이미지

bf1b69c0, f32b730a, 8411e347 등등은 git 버전번호입니다.

git clone으로 커널 소스를 받은 후에 git show 버전번호로 해당 패치를 받아보거나
http://git.kernel.org/ 에서 위 버전번호를 찾아보시길.