commit | eee743fd7eac9f2ea69ad06d093dfb5a12538fe5 | [log] [tgz] |
---|---|---|
author | Jorge Boncompte [DTI2] <[email protected]> | Thu Sep 09 16:38:19 2010 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Sep 09 18:57:25 2010 -0700 |
tree | 0d7d7f66393c76583007459b3ec5a19528cff8ab | |
parent | 9ee493ce0a60bf42c0f8fd0b0fe91df5704a1cbf [diff] |
minix: fix regression in minix_mkdir() Commit 9eed1fb721c ("minix: replace inode uid,gid,mode init with helper") broke directory creation on minix filesystems. Fix it by passing the needed mode flag to inode init helper. Signed-off-by: Jorge Boncompte [DTI2] <[email protected]> Cc: Dmitry Monakhov <[email protected]> Cc: Al Viro <[email protected]> Cc: <[email protected]> [2.6.35.x] Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>