All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre Lombard <pierre.lombard@imag.fr>
To: Andrew Morton <akpm@digeo.com>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [patch] ext3 deadlock fix
Date: Wed, 18 Dec 2002 01:16:52 +0100	[thread overview]
Message-ID: <20021218001652.GA14049@sci41.imag.fr> (raw)
In-Reply-To: <3DFCE535.3417CEDB@digeo.com>

Hi,

* Andrew Morton <akpm@digeo.com> [2002-12-15 21:27]:

> The patch ensures that ->sync_fs is never run under lock_super().

> --- 24/Documentation/filesystems/Locking~sync_fs-fix	Sun Dec 15 11:12:48 2002
> +++ 24-akpm/Documentation/filesystems/Locking	Sun Dec 15 11:16:15 2002
> @@ -93,6 +93,7 @@ prototypes:
>  	void (*delete_inode) (struct inode *);
>  	void (*put_super) (struct super_block *);
>  	void (*write_super) (struct super_block *);
> +	int (*sync_fs) (struct super_block *);
>  	int (*statfs) (struct super_block *, struct statfs *);
>  	int (*remount_fs) (struct super_block *, int *, char *);
>  	void (*clear_inode) (struct inode *);
> @@ -108,6 +109,7 @@ delete_inode:	no	
>  clear_inode:	no	
>  put_super:	yes	yes	maybe		(see below)
>  write_super:	yes	yes	maybe		(see below)
> +write_super:	yes	no	maybe		(see below)
   ~~~~~~~~~~~
A small typo in the documentation.

>  statfs:		yes	no	no
>  remount_fs:	yes	yes	maybe		(see below)
>  umount_begin:	yes	no	maybe		(see below)

-- 
Best regards,
  Pierre


      reply	other threads:[~2002-12-18  0:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-15 20:25 [patch] ext3 deadlock fix Andrew Morton
2002-12-18  0:16 ` Pierre Lombard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021218001652.GA14049@sci41.imag.fr \
    --to=pierre.lombard@imag.fr \
    --cc=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.