mbox series

[0/3] ext4: clean up inode flag definitions

Message ID cover.1515135646.git.tgnottingham@gmail.com
Headers show
Series ext4: clean up inode flag definitions | expand

Message

Tyson Nottingham Jan. 5, 2018, 9:23 a.m. UTC
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(-)

Comments

Jan Kara Jan. 25, 2018, 8:10 a.m. UTC | #1
On Fri 05-01-18 01:23:22, Tyson Nottingham wrote:
> 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.

I like the cleanup and the patches look good. You can add to all the
patches:

Reviewed-by: Jan Kara <jack@suse.cz>

								Honza