lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 22 Jan 2011 12:31:16 +1100
From:	Nick Piggin <npiggin@...il.com>
To:	Jens Axboe <jaxboe@...ionio.com>
Cc:	linux-kernel@...r.kernel.org, hch@...radead.org
Subject: Re: [PATCH 05/10] block: remove per-queue plugging

On Sat, Jan 22, 2011 at 12:17 PM, Jens Axboe <jaxboe@...ionio.com> wrote:

> -/**
> - * __lock_page_nosync - get a lock on the page, without calling sync_page()
> - * @page: the page to lock
> - *
> - * Variant of lock_page that does not require the caller to hold a reference
> - * on the page's mapping.
> - */
> -void __lock_page_nosync(struct page *page)
> -{
> -       DEFINE_WAIT_BIT(wait, &page->flags, PG_locked);
> -       __wait_on_bit_lock(page_waitqueue(page), &wait, __sleep_on_page_lock,
> -                                                       TASK_UNINTERRUPTIBLE);
> -}

RIP to this guy, won't be missed :)

Nice work.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ