From: Randy Dunlap <[EMAIL PROTECTED]>
Fix function parameter typing:
fs/gfs2/glock.c:100: warning: function declaration isn't a prototype
Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
---
fs/gfs2/glock.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.19-rc6-mm2.orig/f
Andrew Morton wrote:
We shouldn't export this particular implementation to modules because it
has bad failure modes. There might be a case for exposing an
i_sb_list-based API or, perhaps better, a max-unused-inodes mount option.
Ok, thanks for looking into this - it is appreciated. I'll tr
On Sun, 2006-10-22 at 16:50 +0800, guomingyang wrote:
>
>I also find many places where the block number type is not changed in
> namei.c and dir.c. Why?
They are all file logical blocks, ext4_fsblk_t is for on disk blocks.
Takashi Sato has a patch to define all file logical blocks as
ext3
On Tue, 28 Nov 2006 16:41:07 -0500
Wendy Cheng <[EMAIL PROTECTED]> wrote:
> Andrew Morton wrote:
> > On Mon, 27 Nov 2006 18:52:58 -0500
> > Wendy Cheng <[EMAIL PROTECTED]> wrote:
> >
> >
> >> Not sure about walking thru sb->s_inodes for several reasons
> >>
> >> 1. First, the changes made a
Andreas Dilger wrote:
statlite() - asking for stat info without requiring completely
accurate info like dates and sizes. This is good
for running stat against a file that is open by hundreds of
processes which currently forces callbacks
and the hundreds of processes to flush.
This i
Andrew Morton wrote:
On Mon, 27 Nov 2006 18:52:58 -0500
Wendy Cheng <[EMAIL PROTECTED]> wrote:
Not sure about walking thru sb->s_inodes for several reasons
1. First, the changes made are mostly for file server setup with large
fs size - the entry count in sb->s_inodes may not be shorte
On Tue, 2006-11-28 at 03:54 -0700, Andreas Dilger wrote:
>
> > > >statlite() - asking for stat info without requiring completely
> > > >accurate info like dates and sizes. This is good
> > > >for running stat against a file that is open by hundreds of
> > > >processes which currently forces ca
On Mon, Nov 27, 2006 at 09:34:05PM -0700, Gary Grider wrote:
> >Things like
> >openg() - on process opens a file and gets a key that is passed to
> >lots of processes which
> >use the key to get a handle (great for thousands of processes opening a
> >file)
I don't understand how this leads to a
Eric Sandeen wrote:
We saw problems w/ xfs doing AIO+DIO into a sparse file.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217098
It seemed that xfs was doing "extent conversion" at the wrong offsets, so
written regions came up as unwritten (zeros) and stale data was exposed
in the region
On Tue, 2006-11-28 at 03:54 -0700, Andreas Dilger wrote:
> On Nov 28, 2006 05:54 +, Christoph Hellwig wrote:
> > What crack do you guys have been smoking?
>
> As usual, Christoph is a model of diplomacy :-).
>
> > On Mon, Nov 27, 2006 at 09:34:05PM -0700, Gary Grider wrote:
> > > >readx/writ
On Nov 28, 2006 05:54 +, Christoph Hellwig wrote:
> What crack do you guys have been smoking?
As usual, Christoph is a model of diplomacy :-).
> On Mon, Nov 27, 2006 at 09:34:05PM -0700, Gary Grider wrote:
> > >readx/writex - scattergather readwrite - more appropriate and
> > >complete than
11 matches
Mail list logo