linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ext4: clean up inode flag definitions
@ 2018-01-05  9:23 Tyson Nottingham
  2018-01-05  9:23 ` [PATCH 1/3] ext4: move inode flags enum in preparation for cleanup Tyson Nottingham
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tyson Nottingham @ 2018-01-05  9:23 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso, adilger.kernel, Tyson Nottingham

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-25  8:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05  9:23 [PATCH 0/3] ext4: clean up inode flag definitions Tyson Nottingham
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

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).