X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Fpatches%2Fdirectio-2.4.24.patch;fp=lustre%2Fkernel_patches%2Fpatches%2Fdirectio-2.4.24.patch;h=0000000000000000000000000000000000000000;hb=090c677210ee2946d99c71412e4ff762bb300f4f;hp=ba63e7872919e777d15a2c4ce8a00c35d92214fc;hpb=c843241715b13024a656fad4e465be20e7fc5c79;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/patches/directio-2.4.24.patch b/lustre/kernel_patches/patches/directio-2.4.24.patch deleted file mode 100644 index ba63e78..0000000 --- a/lustre/kernel_patches/patches/directio-2.4.24.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: lum/mm/filemap.c -=================================================================== ---- lum.orig/mm/filemap.c 2004-04-25 14:58:10.000000000 -0400 -+++ lum/mm/filemap.c 2004-04-25 16:23:32.000000000 -0400 -@@ -1614,8 +1614,8 @@ - new_iobuf = 1; - } - -- blocksize = 1 << inode->i_blkbits; -- blocksize_bits = inode->i_blkbits; -+ blocksize = 512 /*1 << inode->i_blkbits*/; -+ blocksize_bits = 9 /*inode->i_blkbits*/; - blocksize_mask = blocksize - 1; - chunk_size = KIO_MAX_ATOMIC_IO << 10; -