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