All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick Farrell <paf@cray.com>
To: lustre-devel@lists.lustre.org
Subject: [lustre-devel] [PATCH] lustre/staging: remove unused MAY_ constants
Date: Fri, 10 Jul 2015 10:11:54 -0500	[thread overview]
Message-ID: <559FE0BA.1060206@cray.com> (raw)
In-Reply-To: <20150710150931.GA29330@lusbld01.us.cray.com>

Typo in the bug-ID URL.  httpd instead of hpdd.
On 07/10/2015 10:09 AM, Ben Evans wrote:
> Remove unused MAY_ constants from lustre_idl.h
>
> Intel-bug-ID: http://jira.httpd.intel.com/browse/LU-6450
> Reviewed-by: James Simmons <uja.ornl@gmail.com>
> Signed-off-by: Ben Evans <bevans@cray.com>
> ---
>   .../lustre/lustre/include/lustre/lustre_idl.h      |   24 ++++++++-----------
>   1 files changed, 10 insertions(+), 14 deletions(-)
>
> diff --git a/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h b/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h
> index bea70cb..be1cbae 100644
> --- a/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h
> +++ b/drivers/staging/lustre/lustre/include/lustre/lustre_idl.h
> @@ -2366,20 +2366,16 @@ extern void lustre_swab_mdt_rec_setattr (struct mdt_rec_setattr *sa);
>   					      */
>   #define MDS_OPEN_RELEASE   02000000000000ULL /* Open the file for HSM release */
>   
> -/* permission for create non-directory file */
> -#define MAY_CREATE      (1 << 7)
> -/* permission for create directory file */
> -#define MAY_LINK	(1 << 8)
> -/* permission for delete from the directory */
> -#define MAY_UNLINK      (1 << 9)
> -/* source's permission for rename */
> -#define MAY_RENAME_SRC  (1 << 10)
> -/* target's permission for rename */
> -#define MAY_RENAME_TAR  (1 << 11)
> -/* part (parent's) VTX permission check */
> -#define MAY_VTX_PART    (1 << 12)
> -/* full VTX permission check */
> -#define MAY_VTX_FULL    (1 << 13)
> +/*
> +#define UNUSED_MAY_CREATE	(1 << 7) create non-directory file
> +#define UNUSED_MAY_LINK		(1 << 8) create directory file
> +#define UNUSED_MAY_UNLINK	(1 << 9) delete from the directory
> +#define UNUSED_MAY_RENAME_SRC	(1 << 10) source's rename
> +#define UNUSED_MAY_RENAME_TAR	(1 << 11) target's rename
> +#define UNUSED_MAY_VTX_PART	(1 << 12) part (parent's) VTX check
> +#define UNUSED_MAY_VTX_FULL	(1 << 13) full VTX check
> +*/
> +
>   /* lfs rgetfacl permission check */
>   #define MAY_RGETFACL    (1 << 14)
>   

      reply	other threads:[~2015-07-10 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 15:09 [lustre-devel] [PATCH] lustre/staging: remove unused MAY_ constants Ben Evans
2015-07-10 15:11 ` Patrick Farrell [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=559FE0BA.1060206@cray.com \
    --to=paf@cray.com \
    --cc=lustre-devel@lists.lustre.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.