<br><br><div class="gmail_quote">On Tue, Aug 3, 2010 at 9:42 PM, Akemi Yagi <span dir="ltr"><<a href="mailto:amyagi@gmail.com">amyagi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Tue, Aug 3, 2010 at 6:13 AM, James Hogarth <<a href="mailto:james.hogarth@gmail.com">james.hogarth@gmail.com</a>> wrote:<br>
<br>
>> Hi<br>
>> I have install the  kernel using the Centosplus repo .. currenlly the kernel<br>
>> is<br>
>> 2.6.18-194.8.1.el5.centos.plus<br>
>> but how would i know if that patch is fixed in this version of the kernel<br>
>>  as mentioned in <a href="http://bugs.centos.org/view.php?id=3156" target="_blank">http://bugs.centos.org/view.php?id=3156</a><br>
>> --<br>
>> Regards<br>
>> Agnello D'souza<br>
><br>
</div><div class="im">> How about reading  the bug you linked where it states quite explicitly<br>
> that it was fixed in the 5.3 centos plus kernel<br>
> (2.6.18-128.el5.centos.plus) and recognising the version number as<br>
> previous to the one you just installed...<br>
><br>
> James<br>
<br>
</div>And if you wish to confirm that the patch is in the current centosplus<br>
kernel you are running, issue a command:<br>
<br>
rpm -q --changelog kernel-`uname -r` | more<br>
<br>
You will find this line:<br>
<br>
- added reiserfs patch (bug3156)<br>
<br>
somewhere near the top of the output.<br>
<font color="#888888"><br>
Akemi<br>
</font><div><div></div><div class="h5">_______________________________________________<br clear="all"></div></div></blockquote></div><br>Thanks so much i was able to confirm it !! <br>-------------------<br>here what i did <br>
<br><br>refer <a href="http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus">http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus</a><br><br>edit /etc/yum.repos.d/CentOS-Base.repo <br>search [centosplus]<br>
enabled=1<br>includepkgs=kernel* jfsutils reiserfs-utils<br><br><br>yum --enablerepo=centosplus install kernel<br><br><br>cat /proc/filesystems |grep reiser<br><br><br>possible that kernel module and not yet loaded.<br><br>
 modprobe reiserfs<br><br><br><br>-- <br>Regards <br>Agnello D'souza<br><br><br>