linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tyson Nottingham <tgnottingham@gmail.com>
To: linux-ext4@vger.kernel.org
Cc: tytso@mit.edu, adilger.kernel@dilger.ca,
	Tyson Nottingham <tgnottingham@gmail.com>
Subject: [PATCH 0/3] ext4: clean up inode flag definitions
Date: Fri,  5 Jan 2018 01:23:22 -0800	[thread overview]
Message-ID: <cover.1515135646.git.tgnottingham@gmail.com> (raw)

This is my first patch to ext4 and the kernel. It's simple, but you
might give it extra scrutiny since I'm new and all.

I'm working off the dev branch of git://git.kernel.org/pub/scm/linux/
kernel/git/tytso/ext4.git. Let me know if that's the wrong place to be.

Thanks,
Tyson

Tyson Nottingham (3):
  ext4: move inode flags enum in preparation for cleanup
  ext4: define inode flags in terms of enum values
  ext4: define visible/modifiable flag masks in terms of inode flags

 fs/ext4/ext4.h  | 210 +++++++++++++++++++++++++++-----------------------------
 fs/ext4/super.c |   3 -
 2 files changed, 103 insertions(+), 110 deletions(-)

-- 
2.7.4

             reply	other threads:[~2018-01-05  9:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-05  9:23 Tyson Nottingham [this message]
2018-01-05  9:23 ` [PATCH 1/3] ext4: move inode flags enum in preparation for cleanup Tyson Nottingham
2018-01-05  9:23 ` [PATCH 2/3] ext4: define inode flags in terms of enum values Tyson Nottingham
2018-01-05  9:23 ` [PATCH 3/3] ext4: define visible/modifiable flag masks in terms of inode flags Tyson Nottingham
2018-01-25  8:10 ` [PATCH 0/3] ext4: clean up inode flag definitions Jan Kara

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=cover.1515135646.git.tgnottingham@gmail.com \
    --to=tgnottingham@gmail.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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 NNTP newsgroup(s).