diff options
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index c2fc4838a5fa..c07553bbcdb4 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -1154,7 +1154,7 @@ xfs_ialloc( | |||
1154 | if ((prid != 0) && (ip->i_d.di_version == XFS_DINODE_VERSION_1)) | 1154 | if ((prid != 0) && (ip->i_d.di_version == XFS_DINODE_VERSION_1)) |
1155 | xfs_bump_ino_vers2(tp, ip); | 1155 | xfs_bump_ino_vers2(tp, ip); |
1156 | 1156 | ||
1157 | if (pip && XFS_INHERIT_GID(pip, vp->v_vfsp)) { | 1157 | if (pip && XFS_INHERIT_GID(pip, XFS_MTOVFS(pip->i_mount))) { |
1158 | ip->i_d.di_gid = pip->i_d.di_gid; | 1158 | ip->i_d.di_gid = pip->i_d.di_gid; |
1159 | if ((pip->i_d.di_mode & S_ISGID) && (mode & S_IFMT) == S_IFDIR) { | 1159 | if ((pip->i_d.di_mode & S_ISGID) && (mode & S_IFMT) == S_IFDIR) { |
1160 | ip->i_d.di_mode |= S_ISGID; | 1160 | ip->i_d.di_mode |= S_ISGID; |