Re: [RFC][PATCH 2/4] interruptible rwsem operations (i386, core)

2005-01-19 Thread Nick Piggin
David Howells wrote: Dominik Brodowski <[EMAIL PROTECTED]> wrote: Add functions down_read_interruptible, and down_write_interruptible to rw semaphores. Implement these for i386. ... +static inline int +rwsem_down_interruptible_failed_common(struct rw_semaphore *sem, +

Re: [RFC][PATCH 2/4] interruptible rwsem operations (i386, core)

2005-01-19 Thread David Howells
Dominik Brodowski <[EMAIL PROTECTED]> wrote: > Add functions down_read_interruptible, and down_write_interruptible to rw > semaphores. Implement these for i386. > ... > +static inline int > +rwsem_down_interruptible_failed_common(struct rw_semaphore *sem, > + struct

[RFC][PATCH 2/4] interruptible rwsem operations (i386, core)

2005-01-19 Thread Dominik Brodowski
From: Nick Piggin <[EMAIL PROTECTED]> Add functions down_read_interruptible, and down_write_interruptible to rw semaphores. Implement these for i386. Other architectures should be fairly straight forward - the functions are basically identical to down_read / down_write, but must just catch and

[RFC][PATCH 2/4] interruptible rwsem operations (i386, core)

2005-01-19 Thread Dominik Brodowski
From: Nick Piggin [EMAIL PROTECTED] Add functions down_read_interruptible, and down_write_interruptible to rw semaphores. Implement these for i386. Other architectures should be fairly straight forward - the functions are basically identical to down_read / down_write, but must just catch and

Re: [RFC][PATCH 2/4] interruptible rwsem operations (i386, core)

2005-01-19 Thread David Howells
Dominik Brodowski [EMAIL PROTECTED] wrote: Add functions down_read_interruptible, and down_write_interruptible to rw semaphores. Implement these for i386. ... +static inline int +rwsem_down_interruptible_failed_common(struct rw_semaphore *sem, + struct rwsem_waiter

Re: [RFC][PATCH 2/4] interruptible rwsem operations (i386, core)

2005-01-19 Thread Nick Piggin
David Howells wrote: Dominik Brodowski [EMAIL PROTECTED] wrote: Add functions down_read_interruptible, and down_write_interruptible to rw semaphores. Implement these for i386. ... +static inline int +rwsem_down_interruptible_failed_common(struct rw_semaphore *sem, + struct