Re: [PATCH -mm] Fix lseek on /proc/kcore

2007-03-28 Thread Alexey Dobriyan
On Thu, Mar 22, 2007 at 02:14:35PM +0100, Arjan van de Ven wrote: > On Thu, 2007-03-22 at 12:56 +0300, Alexey Dobriyan wrote: > > --- a/fs/proc/inode.c > > +++ b/fs/proc/inode.c > > @@ -167,8 +167,9 @@ static loff_t proc_reg_llseek(struct fil > > llseek = pde->proc_fops->llseek; > > spin_un

Re: [PATCH -mm] Fix lseek on /proc/kcore

2007-03-22 Thread Arjan van de Ven
On Thu, 2007-03-22 at 12:56 +0300, Alexey Dobriyan wrote: > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > fs/proc/inode.c |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > --- a/fs/proc/inode.c > +++ b/fs/proc/inode.c > @@ -167,8 +167,9 @@ static loff_t proc_reg_

[PATCH -mm] Fix lseek on /proc/kcore

2007-03-22 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- fs/proc/inode.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/fs/proc/inode.c +++ b/fs/proc/inode.c @@ -167,8 +167,9 @@ static loff_t proc_reg_llseek(struct fil llseek = pde->proc_fops->llseek; spin_unlo