mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Al Viro <viro@zeniv.linux.org.uk>
To: vrd@amazon.com
Cc: linux-kernel@vger.kernel.org,
	Nicolas Pernas Maradei <npernas@amazon.de>,
	Varad Gautam <vrd@amazon.de>, David Woodhouse <dwmw@amazon.co.uk>,
	Maximilian Heyne <mheyne@amazon.de>,
	Stefan Nuernberger <snu@amazon.de>, Amit Shah <aams@amazon.de>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Christian Brauner <christian.brauner@ubuntu.com>,
	"Eric W . Biederman" <ebiederm@xmission.com>,
	Matthew Wilcox <willy@infradead.org>,
	Eric Biggers <ebiggers@google.com>,
	"# 4 . 9+" <stable@vger.kernel.org>
Subject: Re: [PATCH] fs/devpts: always delete dcache dentry-s in dput()
Date: Thu, 24 Jan 2019 18:20:32 +0000	[thread overview]
Message-ID: <20190124182032.GE2217@ZenIV.linux.org.uk> (raw)
In-Reply-To: <1548334986-28667-1-git-send-email-vrd@amazon.com>

On Thu, Jan 24, 2019 at 02:03:06PM +0100, vrd@amazon.com wrote:

> diff --git a/fs/devpts/inode.c b/fs/devpts/inode.c
> index c538145..553a3f3 100644
> --- a/fs/devpts/inode.c
> +++ b/fs/devpts/inode.c
> @@ -455,6 +455,7 @@ devpts_fill_super(struct super_block *s, void *data, int silent)
>  	s->s_blocksize_bits = 10;
>  	s->s_magic = DEVPTS_SUPER_MAGIC;
>  	s->s_op = &devpts_sops;
> +	s->s_d_op = &simple_dentry_operations;
>  	s->s_time_gran = 1;
>  
>  	error = -ENOMEM;

Applied.

      reply	other threads:[~2019-01-24 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-24 13:03 vrd
2019-01-24 18:20 ` Al Viro [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=20190124182032.GE2217@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=aams@amazon.de \
    --cc=christian.brauner@ubuntu.com \
    --cc=dwmw@amazon.co.uk \
    --cc=ebiederm@xmission.com \
    --cc=ebiggers@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mheyne@amazon.de \
    --cc=npernas@amazon.de \
    --cc=snu@amazon.de \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=vrd@amazon.com \
    --cc=vrd@amazon.de \
    --cc=willy@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome