Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-24 Thread Herbert Poetzl
On Wed, Feb 23, 2005 at 11:06:59PM +, Christoph Hellwig wrote: > > +++ > > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/fs/ext2/ioctl.c > > 2005-02-19 06:32:05 +0100 > > @@ -29,7 +29,8 @@ int ext2_ioctl (struct inode * inode, st > > case EXT2_IOC_SETFLAGS: { >

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-24 Thread Herbert Poetzl
On Wed, Feb 23, 2005 at 11:06:59PM +, Christoph Hellwig wrote: +++ linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/fs/ext2/ioctl.c 2005-02-19 06:32:05 +0100 @@ -29,7 +29,8 @@ int ext2_ioctl (struct inode * inode, st case EXT2_IOC_SETFLAGS: {

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-23 Thread Christoph Hellwig
> +++ > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/fs/ext2/ioctl.c > 2005-02-19 06:32:05 +0100 > @@ -29,7 +29,8 @@ int ext2_ioctl (struct inode * inode, st > case EXT2_IOC_SETFLAGS: { > unsigned int oldflags; > > - if

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-23 Thread Herbert Poetzl
On Tue, Feb 22, 2005 at 09:58:45AM -0500, Trond Myklebust wrote: > ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: > > > diff -NurpP --minimal > > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/arch/sparc64/solaris/fs.c > > > >

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-23 Thread Herbert Poetzl
On Tue, Feb 22, 2005 at 09:58:45AM -0500, Trond Myklebust wrote: ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: diff -NurpP --minimal linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/arch/sparc64/solaris/fs.c

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-23 Thread Christoph Hellwig
+++ linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/fs/ext2/ioctl.c 2005-02-19 06:32:05 +0100 @@ -29,7 +29,8 @@ int ext2_ioctl (struct inode * inode, st case EXT2_IOC_SETFLAGS: { unsigned int oldflags; - if (IS_RDONLY(inode)) +

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Trond Myklebust
ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: > diff -NurpP --minimal > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/arch/sparc64/solaris/fs.c > > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/arch/sparc64/solaris/fs.c > --- >

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Herbert Poetzl
On Tue, Feb 22, 2005 at 09:34:31AM -0500, Trond Myklebust wrote: > ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: > > > > diff -NurpP --minimal > > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/fs/nfs/dir.c > >

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Trond Myklebust
ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: > > diff -NurpP --minimal > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/fs/nfs/dir.c > linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/fs/nfs/dir.c > ---

[Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Herbert Poetzl
; ; Bind Mount Extensions ; ; This part adds appropriate vfsmount checks (regarding ro) ; in various places like: report_statvfs*, *_ioctl, *utime*, ; *chmod*, and *permission (wherever RDONLY is verified) ; ; Copyright (C) 2003-2005 Herbert Pötzl <[EMAIL PROTECTED]> ; ; Changelog: ; ; 0.01 -

[Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Herbert Poetzl
; ; Bind Mount Extensions ; ; This part adds appropriate vfsmount checks (regarding ro) ; in various places like: report_statvfs*, *_ioctl, *utime*, ; *chmod*, and *permission (wherever RDONLY is verified) ; ; Copyright (C) 2003-2005 Herbert Pötzl [EMAIL PROTECTED] ; ; Changelog: ; ; 0.01 -

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Trond Myklebust
ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: diff -NurpP --minimal linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/fs/nfs/dir.c linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/fs/nfs/dir.c ---

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Herbert Poetzl
On Tue, Feb 22, 2005 at 09:34:31AM -0500, Trond Myklebust wrote: ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: diff -NurpP --minimal linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/fs/nfs/dir.c

Re: [Patch 6/6] Bind Mount Extensions 0.06

2005-02-22 Thread Trond Myklebust
ty den 22.02.2005 Klokka 13:13 (+0100) skreiv Herbert Poetzl: diff -NurpP --minimal linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01/arch/sparc64/solaris/fs.c linux-2.6.11-rc4-bme0.06-bm0.01-at0.01-cc0.01-co0.01-xa0.01-ro0.01/arch/sparc64/solaris/fs.c ---