Linux-mtd Archive mirror
 help / color / mirror / Atom feed
From: Zhihao Cheng <chengzhihao1@huawei.com>
To: <pascal.eberhard@se.com>, Richard Weinberger <richard@nod.at>
Cc: <linux-mtd@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ubifs: xattr: remove unused anonymous enum
Date: Mon, 25 Mar 2024 09:44:39 +0800	[thread overview]
Message-ID: <7030eaa5-73b5-7aa3-3b7d-56a3519878b3@huawei.com> (raw)
In-Reply-To: <20240324004134.161755-1-pascal.eberhard@verified.se.com>

在 2024/3/24 8:41, pascal.eberhard@verified.se.com 写道:
> From: Pascal Eberhard <pascal.eberhard@se.com>
> 
> commit 2b88fc21cae9 ("ubifs: Switch to generic xattr handlers") removes
> usage of this anonymous enum. Delete the enum as well.
> 
> Signed-off-by: Pascal Eberhard <pascal.eberhard@se.com>
> ---
>   fs/ubifs/xattr.c | 13 -------------
>   1 file changed, 13 deletions(-)

Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
> 
> diff --git a/fs/ubifs/xattr.c b/fs/ubifs/xattr.c
> index 0847db521984..f0969519ad05 100644
> --- a/fs/ubifs/xattr.c
> +++ b/fs/ubifs/xattr.c
> @@ -48,19 +48,6 @@
>   #include <linux/slab.h>
>   #include <linux/xattr.h>
>   
> -/*
> - * Extended attribute type constants.
> - *
> - * USER_XATTR: user extended attribute ("user.*")
> - * TRUSTED_XATTR: trusted extended attribute ("trusted.*)
> - * SECURITY_XATTR: security extended attribute ("security.*")
> - */
> -enum {
> -	USER_XATTR,
> -	TRUSTED_XATTR,
> -	SECURITY_XATTR,
> -};
> -
>   static const struct inode_operations empty_iops;
>   static const struct file_operations empty_fops;
>   
> 


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

           reply	other threads:[~2024-03-25  1:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20240324004134.161755-1-pascal.eberhard@verified.se.com>]

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=7030eaa5-73b5-7aa3-3b7d-56a3519878b3@huawei.com \
    --to=chengzhihao1@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=pascal.eberhard@se.com \
    --cc=richard@nod.at \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).