Jan Kara writes: > On Wed 17-02-10 21:47:06, Dmitry Monakhov wrote: >> >> Signed-off-by: Dmitry Monakhov >> --- >> fs/udf/ialloc.c | 11 ++--------- >> fs/udf/namei.c | 3 --- >> 2 files changed, 2 insertions(+), 12 deletions(-) > Hmm, this patch looks kind of half baked. There are several calls to > udf_new_inode() in udf/namei.c. From your patch I'd expect they all should > pass correct final mode to udf_new_inode which they currently don't to (the > case of udf_mkdir and udf_symlink). Otherwise I'm fine with this change. Yeah, you right. I was to lazy to check all callers :(. Correct version are follows: