[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFwMWxs7S+6VqA00NFVKum=QHU2266Mj2kXcoHzRfyXU8+dv7A@mail.gmail.com>
Date: Mon, 23 Jan 2012 07:43:56 -0800
From: Sagar Borikar <sagar.borikar@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Subject: mmap locked doesn't return
Hi,
We are observing that mmap when called with MAP_SHARED and MAP_LOCKED
flags on the disk which has the bad sectors, doesn't return either
success or failure and gets stuck somewhere in mmap routine. Disk
replacement is the obvious solution but the question is what makes
mmap not to return failure?
Individual mapping works fine i.e. on the same disk at same offset
when mmap is invoked with MAP_SHARED or MAP_LOCKED the call succeeds
but when they both are clubbed together, it doesn't return anything.
strace output snippet
open("/dev/dm-4p2", O_RDWR) = 3
mmap(NULL, 10485760, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_LOCKED, 3, 0x4000000
setup:
2.6.23 LST kernel
Westmere platform - 4 socket cpu
RAM -192GB
Thanks
Sagar
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists