Dave Kleikamp writes: > Acked-by: Dave Kleikamp > > One minor nit though. jfs maintains jfs_inode->mode2 which is a > superset of inode->i_mode. Since inode_init_owner() may set S_ISGID, > the following change should also be made. (I don't think these > duplicate bits in mode2 are really important, but we may as well be > consistent.) Folded in to one patch.