From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Description of problem: kernel hang that we think is a bug with __getblk_slow(). This bug is causing the TCs to hang immediately, while /sbin/sfdisk tries to read the geometry(trying to read block 0). "sfdisk" command is not always failing, but at the time of running test cases, it is causing the hang immediately. The implementation of "__getblk_slow()" seems to be causing this. This function has to return the "buffer_head" structure for the given block. For this it is trying to get buffer_head by calling "__find_get_block" and "grow_buffers()" Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: will attach Additional info:
*** This bug has been marked as a duplicate of 140424 ***