Re: [PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-06 Thread Andrew Morton
On Tue, 6 Nov 2007 10:01:02 +0100 Jan Kara <[EMAIL PROTECTED]> wrote: > Why there's no modification for reiserfs? I fixed that in the base patch while repairing some rejects. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: [PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-06 Thread Jan Kara
> On Thu, 01 Nov 2007 16:08:47 -0700 > Dave Hansen <[EMAIL PROTECTED]> wrote: > > > Some ioctl()s can cause writes to the filesystem. Take these, and make them > > use mnt_want/drop_write() instead. > > > > We need to pass the filp one layer deeper in XFS, but somebody _just_ pulled > > it out

Re: [PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-06 Thread Jan Kara
On Thu, 01 Nov 2007 16:08:47 -0700 Dave Hansen [EMAIL PROTECTED] wrote: Some ioctl()s can cause writes to the filesystem. Take these, and make them use mnt_want/drop_write() instead. We need to pass the filp one layer deeper in XFS, but somebody _just_ pulled it out in February

Re: [PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-06 Thread Andrew Morton
On Tue, 6 Nov 2007 10:01:02 +0100 Jan Kara [EMAIL PROTECTED] wrote: Why there's no modification for reiserfs? I fixed that in the base patch while repairing some rejects. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-05 Thread Andrew Morton
On Thu, 01 Nov 2007 16:08:47 -0700 Dave Hansen <[EMAIL PROTECTED]> wrote: > Some ioctl()s can cause writes to the filesystem. Take these, and make them > use mnt_want/drop_write() instead. > > We need to pass the filp one layer deeper in XFS, but somebody _just_ pulled > it out in February

Re: [PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-05 Thread Andrew Morton
On Thu, 01 Nov 2007 16:08:47 -0700 Dave Hansen [EMAIL PROTECTED] wrote: Some ioctl()s can cause writes to the filesystem. Take these, and make them use mnt_want/drop_write() instead. We need to pass the filp one layer deeper in XFS, but somebody _just_ pulled it out in February because

[PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-01 Thread Dave Hansen
Some ioctl()s can cause writes to the filesystem. Take these, and make them use mnt_want/drop_write() instead. We need to pass the filp one layer deeper in XFS, but somebody _just_ pulled it out in February because nobody was using it, so I don't feel guilty for adding it back. Signed-off-by:

[PATCH 16/27] r-o-bind-mounts-elevate-write-count-for-some-ioctls

2007-11-01 Thread Dave Hansen
Some ioctl()s can cause writes to the filesystem. Take these, and make them use mnt_want/drop_write() instead. We need to pass the filp one layer deeper in XFS, but somebody _just_ pulled it out in February because nobody was using it, so I don't feel guilty for adding it back. Signed-off-by: