From: adilger Date: Fri, 31 May 2002 09:57:03 +0000 (+0000) Subject: Fix minor typo in chaos1 patch. X-Git-Tag: v1_7_100~5590 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=49927917ef00ba5b241346c2689901263ab496f2;p=fs%2Flustre-release.git Fix minor typo in chaos1 patch. --- diff --git a/lustre/patches/patch-2.4.18-chaos1 b/lustre/patches/patch-2.4.18-chaos1 index 03f93d0..38a6b80 100644 --- a/lustre/patches/patch-2.4.18-chaos1 +++ b/lustre/patches/patch-2.4.18-chaos1 @@ -294,7 +294,7 @@ diff -ur kernel-2.4.18/include/linux/blkdev.h kernel-2.4.18.patched/include/linu + +#define CONFIG_DEV_RDONLY +void dev_set_rdonly(kdev_t, int); -+int dev_Check_rdonly(kdev_t); ++int dev_check_rdonly(kdev_t); +void dev_clear_rdonly(int); #endif diff -ur kernel-2.4.18/include/linux/fs.h kernel-2.4.18.patched/include/linux/fs.h